#871152

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

Shades of Rose Bud Cherry #871152

Tints of Rose Bud Cherry #871152

Color information

#871152 (or 0x871152) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 11 and 52. RGB value is (135,17,82). Sum of RGB (Red+Green+Blue) = 135+17+82=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #871152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871152 is #78EEAD. Grayscale: #3B3B3B. Windows color (decimal): -7925422 or 5378439. OLE color: 5378439.

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

Color convert

RGB1351782-
CMYK00.870.390.47
HSL326.95º77.63%29.8%-
HSV(B)326.95º87.41%52.94%-
XYZ11.726.168.55-
YUV59.69140.59181.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=57.69%
G=7.26%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135178200.870.390.47326.9577.6329.8
Hex871152057272F1474e1e
Octal207211220127475750711636
Binary1000011110001101001001010111100111101111101000111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871152; }

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

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

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

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

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

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

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

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