#85204C

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

Shades of Disco #85204C

Tints of Disco #85204C

Color information

#85204C (or 0x85204C) is unknown color: approx Disco. HEX triplet: 85, 20 and 4C. RGB value is (133,32,76). Sum of RGB (Red+Green+Blue) = 133+32+76=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85204C is #7ADFB3. Grayscale: #434343. Windows color (decimal): -8052660 or 4989061. OLE color: 4989061.

HSL color Cylindrical-coordinate representation of color #85204C: hue angle of 333.86º 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 #85204C is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1333276-
CMYK00.760.430.48
HSL333.86º61.21%32.35%-
HSV(B)333.86º75.94%52.16%-
XYZ11.496.547.49-
YUV67.21132.96174.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=55.19%
G=13.28%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133327600.760.430.48333.8661.2132.35
Hex85204C04C2B3014e3d20
Octal20540114011453605167540
Binary10000101100000100110001001100101011110000101001110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85204C; }

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

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

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

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

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

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

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

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