#873552

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

Shades of Disco #873552

Tints of Disco #873552

Color information

#873552 (or 0x873552) is unknown color: approx Disco. HEX triplet: 87, 35 and 52. RGB value is (135,53,82). Sum of RGB (Red+Green+Blue) = 135+53+82=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #873552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873552 is #78CAAD. Grayscale: #505050. Windows color (decimal): -7916206 or 5387655. OLE color: 5387655.

HSL color Cylindrical-coordinate representation of color #873552: hue angle of 338.78º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873552 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1355382-
CMYK00.610.390.47
HSL338.78º43.62%36.86%-
HSV(B)338.78º60.74%52.94%-
XYZ12.798.318.91-
YUV80.82128.67166.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=50%
G=19.63%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135538200.610.390.47338.7843.6236.86
Hex87355203D272F1532c25
Octal2076512207547575235445
Binary1000011111010110100100111101100111101111101010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873552; }

 p { color: rgb(135,53,82); }

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

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

 a { background-color: rgb(135,53,82); }

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

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

 span { border-color: rgb(135,53,82); }

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