#872850

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

Shades of Rose Bud Cherry #872850

Tints of Rose Bud Cherry #872850

Color information

#872850 (or 0x872850) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 28 and 50. RGB value is (135,40,80). Sum of RGB (Red+Green+Blue) = 135+40+80=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #872850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872850 is #78D7AF. Grayscale: #484848. Windows color (decimal): -7919536 or 5253255. OLE color: 5253255.

HSL color Cylindrical-coordinate representation of color #872850: hue angle of 334.74º 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 #872850 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1354080-
CMYK00.700.410.47
HSL334.74º54.29%34.31%-
HSV(B)334.74º70.37%52.94%-
XYZ12.27.258.35-
YUV72.96131.97172.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=52.94%
G=15.69%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135408000.700.410.47334.7454.2934.31
Hex872850046292F14f3622
Octal20750120010651575176642
Binary10000111101000101000001000110101001101111101001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872850; }

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

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

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

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

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

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

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

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