#853452

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

Shades of Disco #853452

Tints of Disco #853452

Color information

#853452 (or 0x853452) is unknown color: approx Disco. HEX triplet: 85, 34 and 52. RGB value is (133,52,82). Sum of RGB (Red+Green+Blue) = 133+52+82=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853452 is #7ACBAD. Grayscale: #4F4F4F. Windows color (decimal): -8047534 or 5387397. OLE color: 5387397.

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

Color convert

RGB1335282-
CMYK00.610.380.48
HSL337.78º43.78%36.27%-
HSV(B)337.78º60.9%52.16%-
XYZ12.428.058.88-
YUV79.64129.34166.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=49.81%
G=19.48%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133528200.610.380.48337.7843.7836.27
Hex85345203D26301522c24
Octal2056412207546605225444
Binary1000010111010010100100111101100110110000101010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853452; }

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

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

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

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

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

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

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

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