#85174A

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

Shades of Disco #85174A

Tints of Disco #85174A

Color information

#85174A (or 0x85174A) is unknown color: approx Disco. HEX triplet: 85, 17 and 4A. RGB value is (133,23,74). Sum of RGB (Red+Green+Blue) = 133+23+74=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85174A is #7AE8B5. Grayscale: #3D3D3D. Windows color (decimal): -8054966 or 4855685. OLE color: 4855685.

HSL color Cylindrical-coordinate representation of color #85174A: hue angle of 332.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85174A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1332374-
CMYK00.830.440.48
HSL332.18º70.51%30.59%-
HSV(B)332.18º82.71%52.16%-
XYZ11.226.097.06-
YUV61.7134.94178.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=57.83%
G=10%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133237400.830.440.48332.1870.5130.59
Hex85174A0532C3014c471f
Octal205271120123546051410737
Binary1000010110111100101001010011101100110000101001100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85174A; }

 p { color: rgb(133,23,74); }

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

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

 a { background-color: rgb(133,23,74); }

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

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

 span { border-color: rgb(133,23,74); }

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