#872F64

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

Shades of Rose Bud Cherry #872F64

Tints of Rose Bud Cherry #872F64

Color information

#872F64 (or 0x872F64) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2F and 64. RGB value is (135,47,100). Sum of RGB (Red+Green+Blue) = 135+47+100=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #872F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F64 is #78D09B. Grayscale: #4F4F4F. Windows color (decimal): -7917724 or 6565767. OLE color: 6565767.

HSL color Cylindrical-coordinate representation of color #872F64: hue angle of 323.86º 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 #872F64 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13547100-
CMYK00.650.260.47
HSL323.86º48.35%35.69%-
HSV(B)323.86º65.19%52.94%-
XYZ13.318.112.92-
YUV79.35139.65167.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=47.87%
G=16.67%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354710000.650.260.47323.8648.3535.69
Hex872F640411A2F1443024
Octal20757144010132575046044
Binary1000011110111111001000100000111010101111101000100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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