#871952

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

Shades of Rose Bud Cherry #871952

Tints of Rose Bud Cherry #871952

Color information

#871952 (or 0x871952) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 19 and 52. RGB value is (135,25,82). Sum of RGB (Red+Green+Blue) = 135+25+82=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #871952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871952 is #78E6AD. Grayscale: #404040. Windows color (decimal): -7923374 or 5380487. OLE color: 5380487.

HSL color Cylindrical-coordinate representation of color #871952: hue angle of 328.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871952 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1352582-
CMYK00.810.390.47
HSL328.91º68.75%31.37%-
HSV(B)328.91º81.48%52.94%-
XYZ11.866.468.6-
YUV64.39137.94178.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=55.79%
G=10.33%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135258200.810.390.47328.9168.7531.37
Hex871952051272F149451f
Octal207311220121475751110537
Binary1000011111001101001001010001100111101111101001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871952; }

 p { color: rgb(135,25,82); }

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

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

 a { background-color: rgb(135,25,82); }

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

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

 span { border-color: rgb(135,25,82); }

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