#872756

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

Shades of Rose Bud Cherry #872756

Tints of Rose Bud Cherry #872756

Color information

#872756 (or 0x872756) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 27 and 56. RGB value is (135,39,86). Sum of RGB (Red+Green+Blue) = 135+39+86=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #872756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872756 is #78D8A9. Grayscale: #484848. Windows color (decimal): -7919786 or 5646215. OLE color: 5646215.

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

Color convert

RGB1353986-
CMYK00.710.360.47
HSL330.62º55.17%34.12%-
HSV(B)330.62º71.11%52.94%-
XYZ12.47.279.55-
YUV73.06135.3172.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=51.92%
G=15%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135398600.710.360.47330.6255.1734.12
Hex872756047242F14b3722
Octal20747126010744575136742
Binary10000111100111101011001000111100100101111101001011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872756; }

 p { color: rgb(135,39,86); }

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

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

 a { background-color: rgb(135,39,86); }

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

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

 span { border-color: rgb(135,39,86); }

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