#853752

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

Shades of Disco #853752

Tints of Disco #853752

Color information

#853752 (or 0x853752) is unknown color: approx Disco. HEX triplet: 85, 37 and 52. RGB value is (133,55,82). Sum of RGB (Red+Green+Blue) = 133+55+82=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853752 is #7AC8AD. Grayscale: #515151. Windows color (decimal): -8046766 or 5388165. OLE color: 5388165.

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

Color convert

RGB1335582-
CMYK00.590.380.48
HSL339.23º41.49%36.86%-
HSV(B)339.23º58.65%52.16%-
XYZ12.568.338.93-
YUV81.4128.34164.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=49.26%
G=20.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133558200.590.380.48339.2341.4936.86
Hex85375203B26301532925
Octal2056712207346605235145
Binary1000010111011110100100111011100110110000101010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853752; }

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

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

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

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

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

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

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

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