#872857

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

Shades of Rose Bud Cherry #872857

Tints of Rose Bud Cherry #872857

Color information

#872857 (or 0x872857) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 28 and 57. RGB value is (135,40,87). Sum of RGB (Red+Green+Blue) = 135+40+87=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #872857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872857 is #78D7A8. Grayscale: #494949. Windows color (decimal): -7919529 or 5712007. OLE color: 5712007.

HSL color Cylindrical-coordinate representation of color #872857: hue angle of 330.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872857 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1354087-
CMYK00.700.360.47
HSL330.32º54.29%34.31%-
HSV(B)330.32º70.37%52.94%-
XYZ12.477.369.78-
YUV73.76135.47171.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=51.53%
G=15.27%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135408700.700.360.47330.3254.2934.31
Hex872857046242F14a3622
Octal20750127010644575126642
Binary10000111101000101011101000110100100101111101001010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872857; }

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

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

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

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

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

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

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

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