#873360

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

Shades of Rose Bud Cherry #873360

Tints of Rose Bud Cherry #873360

Color information

#873360 (or 0x873360) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 60. RGB value is (135,51,96). Sum of RGB (Red+Green+Blue) = 135+51+96=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #873360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873360 is #78CC9F. Grayscale: #515151. Windows color (decimal): -7916704 or 6304647. OLE color: 6304647.

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

Color convert

RGB1355196-
CMYK00.620.290.47
HSL327.86º45.16%36.47%-
HSV(B)327.86º62.22%52.94%-
XYZ13.298.3611.98-
YUV81.25136.33166.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=47.87%
G=18.09%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135519600.620.290.47327.8645.1636.47
Hex87336003E1D2F1482d24
Octal2076314007635575105544
Binary100001111100111100000011111011101101111101001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873360; }

 p { color: rgb(135,51,96); }

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

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

 a { background-color: rgb(135,51,96); }

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

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

 span { border-color: rgb(135,51,96); }

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