#872F66

Color #872F66 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #872F66

Tints of Rose Bud Cherry #872F66

Color information

#872F66 (or 0x872F66) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2F and 66. RGB value is (135,47,102). Sum of RGB (Red+Green+Blue) = 135+47+102=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #872F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F66 is #78D099. Grayscale: #4F4F4F. Windows color (decimal): -7917722 or 6696839. OLE color: 6696839.

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

Color convert

RGB13547102-
CMYK00.650.240.47
HSL322.5º48.35%35.69%-
HSV(B)322.5º65.19%52.94%-
XYZ13.418.1413.44-
YUV79.58140.65167.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=47.54%
G=16.55%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354710200.650.240.47322.548.3535.69
Hex872F66041182F1423024
Octal20757146010130575026044
Binary1000011110111111001100100000111000101111101000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #872F66;
 }
 .AnyTagClassName
 {
   color: #872F66;
 }
</style>
background-color css

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

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

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

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

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

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