#873355

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

Shades of Rose Bud Cherry #873355

Tints of Rose Bud Cherry #873355

Color information

#873355 (or 0x873355) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 55. RGB value is (135,51,85). Sum of RGB (Red+Green+Blue) = 135+51+85=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #873355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873355 is #78CCAA. Grayscale: #4F4F4F. Windows color (decimal): -7916715 or 5583751. OLE color: 5583751.

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

Color convert

RGB1355185-
CMYK00.620.370.47
HSL335.71º45.16%36.47%-
HSV(B)335.71º62.22%52.94%-
XYZ12.828.179.5-
YUV79.99130.83167.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=49.82%
G=18.82%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135518500.620.370.47335.7145.1636.47
Hex87335503E252F1502d24
Octal2076312507645575205544
Binary1000011111001110101010111110100101101111101010000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873355; }

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

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

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

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

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

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

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

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