#852048

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

Shades of Disco #852048

Tints of Disco #852048

Color information

#852048 (or 0x852048) is unknown color: approx Disco. HEX triplet: 85, 20 and 48. RGB value is (133,32,72). Sum of RGB (Red+Green+Blue) = 133+32+72=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852048 is #7ADFB7. Grayscale: #424242. Windows color (decimal): -8052664 or 4726917. OLE color: 4726917.

HSL color Cylindrical-coordinate representation of color #852048: hue angle of 336.24º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852048 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1333272-
CMYK00.760.460.48
HSL336.24º61.21%32.35%-
HSV(B)336.24º75.94%52.16%-
XYZ11.366.496.78-
YUV66.76130.96175.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=56.12%
G=13.50%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133327200.760.460.48336.2461.2132.35
Hex85204804C2E301503d20
Octal20540110011456605207540
Binary10000101100000100100001001100101110110000101010000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852048; }

 p { color: rgb(133,32,72); }

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

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

 a { background-color: rgb(133,32,72); }

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

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

 span { border-color: rgb(133,32,72); }

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