#870F4C

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

Shades of Rose Bud Cherry #870F4C

Tints of Rose Bud Cherry #870F4C

Color information

#870F4C (or 0x870F4C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 0F and 4C. RGB value is (135,15,76). Sum of RGB (Red+Green+Blue) = 135+15+76=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870F4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F4C is #78F0B3. Grayscale: #393939. Windows color (decimal): -7925940 or 4984711. OLE color: 4984711.

HSL color Cylindrical-coordinate representation of color #870F4C: hue angle of 329.5º 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 #870F4C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1351576-
CMYK00.890.440.47
HSL329.5º80%29.41%-
HSV(B)329.5º88.89%52.94%-
XYZ11.476.017.39-
YUV57.83138.26183.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.73%
GREEN value IS 15 (6.25% from 255) = 6.64%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=59.73%
G=6.64%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135157600.890.440.47329.58029.41
Hex87F4C0592C2F14a501d
Octal207171140131545751212035
Binary100001111111100110001011001101100101111101001010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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