#872157

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

Shades of Rose Bud Cherry #872157

Tints of Rose Bud Cherry #872157

Color information

#872157 (or 0x872157) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 21 and 57. RGB value is (135,33,87). Sum of RGB (Red+Green+Blue) = 135+33+87=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #872157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872157 is #78DEA8. Grayscale: #454545. Windows color (decimal): -7921321 or 5710215. OLE color: 5710215.

HSL color Cylindrical-coordinate representation of color #872157: hue angle of 328.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872157 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1353387-
CMYK00.760.360.47
HSL328.24º60.71%32.94%-
HSV(B)328.24º75.56%52.94%-
XYZ12.266.939.71-
YUV69.65137.79174.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=52.94%
G=12.94%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135338700.760.360.47328.2460.7132.94
Hex87215704C242F1483d21
Octal20741127011444575107541
Binary10000111100001101011101001100100100101111101001000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872157; }

 p { color: rgb(135,33,87); }

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

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

 a { background-color: rgb(135,33,87); }

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

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

 span { border-color: rgb(135,33,87); }

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