#852845

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

Shades of Disco #852845

Tints of Disco #852845

Color information

#852845 (or 0x852845) is unknown color: approx Disco. HEX triplet: 85, 28 and 45. RGB value is (133,40,69). Sum of RGB (Red+Green+Blue) = 133+40+69=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852845 is #7AD7BA. Grayscale: #474747. Windows color (decimal): -8050619 or 4532357. OLE color: 4532357.

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

Color convert

RGB1334069-
CMYK00.700.480.48
HSL341.29º53.76%33.92%-
HSV(B)341.29º69.92%52.16%-
XYZ11.516.936.36-
YUV71.11126.81172.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=54.96%
G=16.53%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133406900.700.480.48341.2953.7633.92
Hex85284504630301553622
Octal20550105010660605256642
Binary10000101101000100010101000110110000110000101010101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852845; }

 p { color: rgb(133,40,69); }

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

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

 a { background-color: rgb(133,40,69); }

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

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

 span { border-color: rgb(133,40,69); }

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