#871A52

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

Shades of Rose Bud Cherry #871A52

Tints of Rose Bud Cherry #871A52

Color information

#871A52 (or 0x871A52) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1A and 52. RGB value is (135,26,82). Sum of RGB (Red+Green+Blue) = 135+26+82=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #871A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871A52 is #78E5AD. Grayscale: #404040. Windows color (decimal): -7923118 or 5380743. OLE color: 5380743.

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

Color convert

RGB1352682-
CMYK00.810.390.47
HSL329.17º67.7%31.57%-
HSV(B)329.17º80.74%52.94%-
XYZ11.886.58.61-
YUV64.97137.61177.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=55.56%
G=10.70%
B=33.74%

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
Decimal135268200.810.390.47329.1767.731.57
Hex871A52051272F1494420
Octal207321220121475751110440
Binary10000111110101010010010100011001111011111010010011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871A52; }

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

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

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

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

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

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

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

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