#85294F

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

Shades of Disco #85294F

Tints of Disco #85294F

Color information

#85294F (or 0x85294F) is unknown color: approx Disco. HEX triplet: 85, 29 and 4F. RGB value is (133,41,79). Sum of RGB (Red+Green+Blue) = 133+41+79=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #85294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85294F is #7AD6B0. Grayscale: #484848. Windows color (decimal): -8050353 or 5187973. OLE color: 5187973.

HSL color Cylindrical-coordinate representation of color #85294F: hue angle of 335.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85294F is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1334179-
CMYK00.690.410.48
HSL335.22º52.87%34.12%-
HSV(B)335.22º69.17%52.16%-
XYZ11.887.148.15-
YUV72.84131.48170.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=52.57%
G=16.21%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133417900.690.410.48335.2252.8734.12
Hex85294F045293014f3522
Octal20551117010551605176542
Binary10000101101001100111101000101101001110000101001111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85294F; }

 p { color: rgb(133,41,79); }

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

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

 a { background-color: rgb(133,41,79); }

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

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

 span { border-color: rgb(133,41,79); }

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