#872861

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

Shades of Rose Bud Cherry #872861

Tints of Rose Bud Cherry #872861

Color information

#872861 (or 0x872861) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 28 and 61. RGB value is (135,40,97). Sum of RGB (Red+Green+Blue) = 135+40+97=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #872861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872861 is #78D79E. Grayscale: #4A4A4A. Windows color (decimal): -7919519 or 6367367. OLE color: 6367367.

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

Color convert

RGB1354097-
CMYK00.700.280.47
HSL324º54.29%34.31%-
HSV(B)324º70.37%52.94%-
XYZ12.917.5312.08-
YUV74.9140.47170.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=49.63%
G=14.71%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135409700.700.280.4732454.2934.31
Hex8728610461C2F1443622
Octal20750141010634575046642
Binary1000011110100011000010100011011100101111101000100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872861; }

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

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

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

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

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

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

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

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