#870D4C

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

Shades of Rose Bud Cherry #870D4C

Tints of Rose Bud Cherry #870D4C

Color information

#870D4C (or 0x870D4C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 0D and 4C. RGB value is (135,13,76). Sum of RGB (Red+Green+Blue) = 135+13+76=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D4C is #78F2B3. Grayscale: #383838. Windows color (decimal): -7926452 or 4984199. OLE color: 4984199.

HSL color Cylindrical-coordinate representation of color #870D4C: hue angle of 329.02º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D4C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1351376-
CMYK00.900.440.47
HSL329.02º82.43%29.02%-
HSV(B)329.02º90.37%52.94%-
XYZ11.445.967.39-
YUV56.66138.92183.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=60.27%
G=5.80%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135137600.900.440.47329.0282.4329.02
Hex87D4C05A2C2F149521d
Octal207151140132545751112235
Binary100001111101100110001011010101100101111101001001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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