Html Css Color HEX #872D66 Rose Bud Cherry

📋 copy color: '#872D66'

red 135 ◦ green 45 ◦ blue 102

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

Shades of Rose Bud Cherry #872D66

Tints of Rose Bud Cherry #872D66

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.96%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 47.87%
G = 15.96%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#872D66 (or 0x872D66) is known color: Rose Bud Cherry. HEX triplet: 87, 2D and 66. RGB value is (135,45,102). Sum of RGB (Red+Green+Blue) = 135+45+102=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #872D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D66 is #78D299. Grayscale: #4E4E4E. Windows color (decimal): -7918234 or 6696327. OLE color: 6696327.

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

Color convert

RGB 135 45 102 -
CMYK 0 0.67 0.24 0.47
HSL 322º 0.5% 0.35% -
HSV(B) 322º 0.67% 0.53% -
XYZ 13.33 7.99 13.41 -
YUV 78.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 135 45 102 0 0.67 0.24 0.47 322 0.5 0.35
Hex 87 2D 66 0 43 18 2F 142 32 23
Octal 207 55 146 0 103 30 57 502 62 43
Binary 10000111 101101 1100110 0 1000011 11000 101111 101000010 110010 100011

Color Harmonies of #872D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D66

Black with #872D66

Text Example


Text Example

White with #872D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,102); }

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

background-color css

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

 a { background-color: rgb(135,45,102); }

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

border-color css

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

 span { border-color: rgb(135,45,102); }

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