#873350

Color #873350 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #873350

Tints of Disco #873350

Color information

#873350 (or 0x873350) is unknown color: approx Disco. HEX triplet: 87, 33 and 50. RGB value is (135,51,80). Sum of RGB (Red+Green+Blue) = 135+51+80=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #873350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873350 is #78CCAF. Grayscale: #4F4F4F. Windows color (decimal): -7916720 or 5256071. OLE color: 5256071.

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

Color convert

RGB1355180-
CMYK00.620.410.47
HSL339.29º45.16%36.47%-
HSV(B)339.29º62.22%52.94%-
XYZ12.628.18.49-
YUV79.42128.33167.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=50.75%
G=19.17%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135518000.620.410.47339.2945.1636.47
Hex87335003E292F1532d24
Octal2076312007651575235544
Binary1000011111001110100000111110101001101111101010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873350; }

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

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

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

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

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

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

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

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