#871455

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

Shades of Rose Bud Cherry #871455

Tints of Rose Bud Cherry #871455

Color information

#871455 (or 0x871455) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 14 and 55. RGB value is (135,20,85). Sum of RGB (Red+Green+Blue) = 135+20+85=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #871455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871455 is #78EBAA. Grayscale: #3D3D3D. Windows color (decimal): -7924651 or 5575815. OLE color: 5575815.

HSL color Cylindrical-coordinate representation of color #871455: hue angle of 326.09º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871455 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1352085-
CMYK00.850.370.47
HSL326.09º74.19%30.39%-
HSV(B)326.09º85.19%52.94%-
XYZ11.886.319.19-
YUV61.79141.1180.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=56.25%
G=8.33%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135208500.850.370.47326.0974.1930.39
Hex871455055252F1464a1e
Octal207241250125455750611236
Binary1000011110100101010101010101100101101111101000110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871455; }

 p { color: rgb(135,20,85); }

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

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

 a { background-color: rgb(135,20,85); }

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

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

 span { border-color: rgb(135,20,85); }

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