#852342

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

Shades of Disco #852342

Tints of Disco #852342

Color information

#852342 (or 0x852342) is unknown color: approx Disco. HEX triplet: 85, 23 and 42. RGB value is (133,35,66). Sum of RGB (Red+Green+Blue) = 133+35+66=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #852342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852342 is #7ADCBD. Grayscale: #434343. Windows color (decimal): -8051902 or 4334469. OLE color: 4334469.

HSL color Cylindrical-coordinate representation of color #852342: hue angle of 341.02º 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 #852342 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1333566-
CMYK00.740.500.48
HSL341.02º58.33%32.94%-
HSV(B)341.02º73.68%52.16%-
XYZ11.266.585.83-
YUV67.84126.97174.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=56.84%
G=14.96%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133356600.740.500.48341.0258.3332.94
Hex85234204A32301553a21
Octal20543102011262605257241
Binary10000101100011100001001001010110010110000101010101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852342; }

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

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

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

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

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

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

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

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