#871254

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

Shades of Rose Bud Cherry #871254

Tints of Rose Bud Cherry #871254

Color information

#871254 (or 0x871254) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 12 and 54. RGB value is (135,18,84). Sum of RGB (Red+Green+Blue) = 135+18+84=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #871254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871254 is #78EDAB. Grayscale: #3C3C3C. Windows color (decimal): -7925164 or 5509767. OLE color: 5509767.

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

Color convert

RGB1351884-
CMYK00.870.380.47
HSL326.15º76.47%30%-
HSV(B)326.15º86.67%52.94%-
XYZ11.816.228.97-
YUV60.51141.26181.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=56.96%
G=7.59%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135188400.870.380.47326.1576.4730
Hex871254057262F1464c1e
Octal207221240127465750611436
Binary1000011110010101010001010111100110101111101000110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871254; }

 p { color: rgb(135,18,84); }

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

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

 a { background-color: rgb(135,18,84); }

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

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

 span { border-color: rgb(135,18,84); }

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