#871852

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

Shades of Rose Bud Cherry #871852

Tints of Rose Bud Cherry #871852

Color information

#871852 (or 0x871852) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 18 and 52. RGB value is (135,24,82). Sum of RGB (Red+Green+Blue) = 135+24+82=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #871852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871852 is #78E7AD. Grayscale: #3F3F3F. Windows color (decimal): -7923630 or 5380231. OLE color: 5380231.

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

Color convert

RGB1352482-
CMYK00.820.390.47
HSL328.65º69.81%31.18%-
HSV(B)328.65º82.22%52.94%-
XYZ11.846.418.6-
YUV63.8138.27178.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=56.02%
G=9.96%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135248200.820.390.47328.6569.8131.18
Hex871852052272F149461f
Octal207301220122475751110637
Binary1000011111000101001001010010100111101111101001001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871852; }

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

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

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

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

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

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

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

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