#873353

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

Shades of Rose Bud Cherry #873353

Tints of Rose Bud Cherry #873353

Color information

#873353 (or 0x873353) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 53. RGB value is (135,51,83). Sum of RGB (Red+Green+Blue) = 135+51+83=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #873353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873353 is #78CCAC. Grayscale: #4F4F4F. Windows color (decimal): -7916717 or 5452679. OLE color: 5452679.

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

Color convert

RGB1355183-
CMYK00.620.390.47
HSL337.14º45.16%36.47%-
HSV(B)337.14º62.22%52.94%-
XYZ12.748.149.08-
YUV79.76129.83167.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=50.19%
G=18.96%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135518300.620.390.47337.1445.1636.47
Hex87335303E272F1512d24
Octal2076312307647575215544
Binary1000011111001110100110111110100111101111101010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873353; }

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

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

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

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

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

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

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

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