#871352

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

Shades of Rose Bud Cherry #871352

Tints of Rose Bud Cherry #871352

Color information

#871352 (or 0x871352) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 13 and 52. RGB value is (135,19,82). Sum of RGB (Red+Green+Blue) = 135+19+82=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #871352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871352 is #78ECAD. Grayscale: #3C3C3C. Windows color (decimal): -7924910 or 5378951. OLE color: 5378951.

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

Color convert

RGB1351982-
CMYK00.860.390.47
HSL327.41º75.32%30.2%-
HSV(B)327.41º85.93%52.94%-
XYZ11.756.238.57-
YUV60.87139.93180.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=57.20%
G=8.05%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135198200.860.390.47327.4175.3230.2
Hex871352056272F1474b1e
Octal207231220126475750711336
Binary1000011110011101001001010110100111101111101000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871352; }

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

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

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

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

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

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

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

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