Html Css Color HEX #872A5F Rose Bud Cherry

📋 copy color: '#872A5F'

red 135 ◦ green 42 ◦ blue 95

#872A5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #872A5F

Tints of Rose Bud Cherry #872A5F

RGB

 RED value IS 135 (53.13% from 255) = 49.63%

 GREEN value IS 42 (16.8% from 255) = 15.44%

 BLUE value IS 95 (37.5% from 255) = 34.93%

R = 49.63%
G = 15.44%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#872A5F (or 0x872A5F) is known color: Rose Bud Cherry. HEX triplet: 87, 2A and 5F. RGB value is (135,42,95). Sum of RGB (Red+Green+Blue) = 135+42+95=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #872A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A5F is #78D5A0. Grayscale: #4B4B4B. Windows color (decimal): -7919009 or 6236807. OLE color: 6236807.

HSL color Cylindrical-coordinate representation of color #872A5F: hue angle of 325.81º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A5F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 42 95 -
CMYK 0 0.69 0.30 0.47
HSL 325.81º 0.53% 0.35% -
HSV(B) 325.81º 0.69% 0.53% -
XYZ 12.89 7.63 11.62 -
YUV 75.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 135 42 95 0 0.69 0.30 0.47 325.81 0.53 0.35
Hex 87 2A 5F 0 45 1E 2F 146 35 23
Octal 207 52 137 0 105 36 57 506 65 43
Binary 10000111 101010 1011111 0 1000101 11110 101111 101000110 110101 100011

Color Harmonies of #872A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A5F

Black with #872A5F

Text Example


Text Example

White with #872A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A5F; }

 p { color: rgb(135,42,95); }

 H1.HeaderClassName
 {
   color: #872A5F;
 }
 .AnyTagClassName
 {
   color: #872A5F;
 }
</style>

background-color css

<style>
 a { background-color: #872A5F; }

 a { background-color: rgb(135,42,95); }

 div.DivClassName
 {
   background-color: #872A5F;
 }
 .BgClassName
 {
   background-color: #872A5F;
 }
</style>

border-color css

<style>
 span { border-color: #872A5F; }

 span { border-color: rgb(135,42,95); }

 td.TdClassName
 {
   border-color: #872A5F;
 }
 .TagClassName
 {
   border-color: #872A5F;
 }
</style>