#852340

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

Shades of Disco #852340

Tints of Disco #852340

Color information

#852340 (or 0x852340) is unknown color: approx Disco. HEX triplet: 85, 23 and 40. RGB value is (133,35,64). Sum of RGB (Red+Green+Blue) = 133+35+64=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #852340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852340 is #7ADCBF. Grayscale: #434343. Windows color (decimal): -8051904 or 4203397. OLE color: 4203397.

HSL color Cylindrical-coordinate representation of color #852340: hue angle of 342.24º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852340 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1333564-
CMYK00.740.520.48
HSL342.24º58.33%32.94%-
HSV(B)342.24º73.68%52.16%-
XYZ11.26.565.53-
YUV67.61125.97174.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=57.33%
G=15.09%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133356400.740.520.48342.2458.3332.94
Hex85234004A34301563a21
Octal20543100011264605267241
Binary10000101100011100000001001010110100110000101010110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852340; }

 p { color: rgb(133,35,64); }

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

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

 a { background-color: rgb(133,35,64); }

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

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

 span { border-color: rgb(133,35,64); }

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