#872864

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

Shades of Rose Bud Cherry #872864

Tints of Rose Bud Cherry #872864

Color information

#872864 (or 0x872864) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 28 and 64. RGB value is (135,40,100). Sum of RGB (Red+Green+Blue) = 135+40+100=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872864 is #78D79B. Grayscale: #4B4B4B. Windows color (decimal): -7919516 or 6563975. OLE color: 6563975.

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

Color convert

RGB13540100-
CMYK00.700.260.47
HSL322.11º54.29%34.31%-
HSV(B)322.11º70.37%52.94%-
XYZ13.057.5912.83-
YUV75.24141.97170.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=49.09%
G=14.55%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354010000.700.260.47322.1154.2934.31
Hex8728640461A2F1423622
Octal20750144010632575026642
Binary1000011110100011001000100011011010101111101000010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872864; }

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

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

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

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

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

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

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

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