#872863

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

Shades of Rose Bud Cherry #872863

Tints of Rose Bud Cherry #872863

Color information

#872863 (or 0x872863) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 28 and 63. RGB value is (135,40,99). Sum of RGB (Red+Green+Blue) = 135+40+99=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #872863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872863 is #78D79C. Grayscale: #4A4A4A. Windows color (decimal): -7919517 or 6498439. OLE color: 6498439.

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

Color convert

RGB1354099-
CMYK00.700.270.47
HSL322.74º54.29%34.31%-
HSV(B)322.74º70.37%52.94%-
XYZ137.5712.58-
YUV75.13141.47170.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=49.27%
G=14.60%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135409900.700.270.47322.7454.2934.31
Hex8728630461B2F1433622
Octal20750143010633575036642
Binary1000011110100011000110100011011011101111101000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872863; }

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

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

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

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

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

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

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

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