#852941

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

Shades of Disco #852941

Tints of Disco #852941

Color information

#852941 (or 0x852941) is unknown color: approx Disco. HEX triplet: 85, 29 and 41. RGB value is (133,41,65). Sum of RGB (Red+Green+Blue) = 133+41+65=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852941 is #7AD6BE. Grayscale: #474747. Windows color (decimal): -8050367 or 4270469. OLE color: 4270469.

HSL color Cylindrical-coordinate representation of color #852941: hue angle of 344.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852941 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1334165-
CMYK00.690.510.48
HSL344.35º52.87%34.12%-
HSV(B)344.35º69.17%52.16%-
XYZ11.426.955.74-
YUV71.24124.48172.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=55.65%
G=17.15%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133416500.690.510.48344.3552.8734.12
Hex85294104533301583522
Octal20551101010563605306542
Binary10000101101001100000101000101110011110000101011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852941; }

 p { color: rgb(133,41,65); }

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

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

 a { background-color: rgb(133,41,65); }

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

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

 span { border-color: rgb(133,41,65); }

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