#853352

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

Shades of Disco #853352

Tints of Disco #853352

Color information

#853352 (or 0x853352) is unknown color: approx Disco. HEX triplet: 85, 33 and 52. RGB value is (133,51,82). Sum of RGB (Red+Green+Blue) = 133+51+82=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #853352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853352 is #7ACCAD. Grayscale: #4F4F4F. Windows color (decimal): -8047790 or 5387141. OLE color: 5387141.

HSL color Cylindrical-coordinate representation of color #853352: hue angle of 337.32º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853352 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1335182-
CMYK00.620.380.48
HSL337.32º44.57%36.08%-
HSV(B)337.32º61.65%52.16%-
XYZ12.387.968.87-
YUV79.05129.67166.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=50%
G=19.17%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133518200.620.380.48337.3244.5736.08
Hex85335203E26301512d24
Octal2056312207646605215544
Binary1000010111001110100100111110100110110000101010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853352; }

 p { color: rgb(133,51,82); }

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

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

 a { background-color: rgb(133,51,82); }

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

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

 span { border-color: rgb(133,51,82); }

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