#873356

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

Shades of Rose Bud Cherry #873356

Tints of Rose Bud Cherry #873356

Color information

#873356 (or 0x873356) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 56. RGB value is (135,51,86). Sum of RGB (Red+Green+Blue) = 135+51+86=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873356 is #78CCA9. Grayscale: #505050. Windows color (decimal): -7916714 or 5649287. OLE color: 5649287.

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

Color convert

RGB1355186-
CMYK00.620.360.47
HSL335º45.16%36.47%-
HSV(B)335º62.22%52.94%-
XYZ12.868.199.71-
YUV80.11131.33167.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=49.63%
G=18.75%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135518600.620.360.4733545.1636.47
Hex87335603E242F14f2d24
Octal2076312607644575175544
Binary1000011111001110101100111110100100101111101001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873356; }

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

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

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

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

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

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

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

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