#872F62

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

Shades of Rose Bud Cherry #872F62

Tints of Rose Bud Cherry #872F62

Color information

#872F62 (or 0x872F62) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2F and 62. RGB value is (135,47,98). Sum of RGB (Red+Green+Blue) = 135+47+98=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #872F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F62 is #78D09D. Grayscale: #4F4F4F. Windows color (decimal): -7917726 or 6434695. OLE color: 6434695.

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

Color convert

RGB1354798-
CMYK00.650.270.47
HSL325.23º48.35%35.69%-
HSV(B)325.23º65.19%52.94%-
XYZ13.218.0712.42-
YUV79.13138.65167.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 98 (38.67% from 255) = 35%
R=48.21%
G=16.79%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135479800.650.270.47325.2348.3535.69
Hex872F620411B2F1453024
Octal20757142010133575056044
Binary1000011110111111000100100000111011101111101000101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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