#853652

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

Shades of Disco #853652

Tints of Disco #853652

Color information

#853652 (or 0x853652) is unknown color: approx Disco. HEX triplet: 85, 36 and 52. RGB value is (133,54,82). Sum of RGB (Red+Green+Blue) = 133+54+82=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853652 is #7AC9AD. Grayscale: #505050. Windows color (decimal): -8047022 or 5387909. OLE color: 5387909.

HSL color Cylindrical-coordinate representation of color #853652: hue angle of 338.73º degrees, saturation: 0.42, 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 #853652 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1335482-
CMYK00.590.380.48
HSL338.73º42.25%36.67%-
HSV(B)338.73º59.4%52.16%-
XYZ12.528.238.91-
YUV80.81128.67165.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=49.44%
G=20.07%
B=30.48%

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
Decimal133548200.590.380.48338.7342.2536.67
Hex85365203B26301532a25
Octal2056612207346605235245
Binary1000010111011010100100111011100110110000101010011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853652; }

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

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

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

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

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

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

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

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