#870F51

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

Shades of Rose Bud Cherry #870F51

Tints of Rose Bud Cherry #870F51

Color information

#870F51 (or 0x870F51) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 0F and 51. RGB value is (135,15,81). Sum of RGB (Red+Green+Blue) = 135+15+81=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870F51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F51 is #78F0AE. Grayscale: #3A3A3A. Windows color (decimal): -7925935 or 5312391. OLE color: 5312391.

HSL color Cylindrical-coordinate representation of color #870F51: hue angle of 327º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F51 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1351581-
CMYK00.890.400.47
HSL327º80%29.41%-
HSV(B)327º88.89%52.94%-
XYZ11.656.098.35-
YUV58.4140.76182.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=58.44%
G=6.49%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135158100.890.400.473278029.41
Hex87F51059282F147501d
Octal207171210131505750712035
Binary100001111111101000101011001101000101111101000111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F51; }

 p { color: rgb(135,15,81); }

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

<style>
 a { background-color: #870F51; }

 a { background-color: rgb(135,15,81); }

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

<style>
 span { border-color: #870F51; }

 span { border-color: rgb(135,15,81); }

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