#873653

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

Shades of Disco #873653

Tints of Disco #873653

Color information

#873653 (or 0x873653) is unknown color: approx Disco. HEX triplet: 87, 36 and 53. RGB value is (135,54,83). Sum of RGB (Red+Green+Blue) = 135+54+83=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873653 is #78C9AC. Grayscale: #515151. Windows color (decimal): -7915949 or 5453447. OLE color: 5453447.

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

Color convert

RGB1355483-
CMYK00.600.390.47
HSL338.52º42.86%37.06%-
HSV(B)338.52º60%52.94%-
XYZ12.878.419.13-
YUV81.52128.84166.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=49.63%
G=19.85%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135548300.600.390.47338.5242.8637.06
Hex87365303C272F1532b25
Octal2076612307447575235345
Binary1000011111011010100110111100100111101111101010011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873653; }

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

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

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

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

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

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

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

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