#873452

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

Shades of Disco #873452

Tints of Disco #873452

Color information

#873452 (or 0x873452) is unknown color: approx Disco. HEX triplet: 87, 34 and 52. RGB value is (135,52,82). Sum of RGB (Red+Green+Blue) = 135+52+82=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #873452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873452 is #78CBAD. Grayscale: #505050. Windows color (decimal): -7916462 or 5387399. OLE color: 5387399.

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

Color convert

RGB1355282-
CMYK00.610.390.47
HSL338.31º44.39%36.67%-
HSV(B)338.31º61.48%52.94%-
XYZ12.748.228.9-
YUV80.24129167.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=50.19%
G=19.33%
B=30.48%

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
Decimal135528200.610.390.47338.3144.3936.67
Hex87345203D272F1522c25
Octal2076412207547575225445
Binary1000011111010010100100111101100111101111101010010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873452; }

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

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

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

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

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

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

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

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