#85304C

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

Shades of Disco #85304C

Tints of Disco #85304C

Color information

#85304C (or 0x85304C) is unknown color: approx Disco. HEX triplet: 85, 30 and 4C. RGB value is (133,48,76). Sum of RGB (Red+Green+Blue) = 133+48+76=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #85304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85304C is #7ACFB3. Grayscale: #4C4C4C. Windows color (decimal): -8048564 or 4993157. OLE color: 4993157.

HSL color Cylindrical-coordinate representation of color #85304C: hue angle of 340.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85304C is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1334876-
CMYK00.640.430.48
HSL340.24º46.96%35.49%-
HSV(B)340.24º63.91%52.16%-
XYZ12.037.627.67-
YUV76.61127.66168.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=51.75%
G=18.68%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133487600.640.430.48340.2446.9635.49
Hex85304C0402B301542f23
Octal20560114010053605245743
Binary10000101110000100110001000000101011110000101010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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