#852849

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

Shades of Disco #852849

Tints of Disco #852849

Color information

#852849 (or 0x852849) is unknown color: approx Disco. HEX triplet: 85, 28 and 49. RGB value is (133,40,73). Sum of RGB (Red+Green+Blue) = 133+40+73=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #852849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852849 is #7AD7B6. Grayscale: #474747. Windows color (decimal): -8050615 or 4794501. OLE color: 4794501.

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

Color convert

RGB1334073-
CMYK00.700.450.48
HSL338.71º53.76%33.92%-
HSV(B)338.71º69.92%52.16%-
XYZ11.636.997.04-
YUV71.57128.81171.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=54.07%
G=16.26%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133407300.700.450.48338.7153.7633.92
Hex8528490462D301533622
Octal20550111010655605236642
Binary10000101101000100100101000110101101110000101010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852849; }

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

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

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

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

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

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

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

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