#871255

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

Shades of Rose Bud Cherry #871255

Tints of Rose Bud Cherry #871255

Color information

#871255 (or 0x871255) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 12 and 55. RGB value is (135,18,85). Sum of RGB (Red+Green+Blue) = 135+18+85=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #871255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871255 is #78EDAA. Grayscale: #3C3C3C. Windows color (decimal): -7925163 or 5575303. OLE color: 5575303.

HSL color Cylindrical-coordinate representation of color #871255: hue angle of 325.64º 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 #871255 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1351885-
CMYK00.870.370.47
HSL325.64º76.47%30%-
HSV(B)325.64º86.67%52.94%-
XYZ11.856.249.17-
YUV60.62141.76181.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=56.72%
G=7.56%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135188500.870.370.47325.6476.4730
Hex871255057252F1464c1e
Octal207221250127455750611436
Binary1000011110010101010101010111100101101111101000110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871255; }

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

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

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

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

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

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

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

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