#851249

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

Shades of Disco #851249

Tints of Disco #851249

Color information

#851249 (or 0x851249) is unknown color: approx Disco. HEX triplet: 85, 12 and 49. RGB value is (133,18,73). Sum of RGB (Red+Green+Blue) = 133+18+73=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #851249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851249 is #7AEDB6. Grayscale: #3A3A3A. Windows color (decimal): -8056247 or 4788869. OLE color: 4788869.

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

Color convert

RGB1331873-
CMYK00.860.450.48
HSL331.3º76.16%29.61%-
HSV(B)331.3º86.47%52.16%-
XYZ11.095.96.86-
YUV58.66136.1181.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=59.38%
G=8.04%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133187300.860.450.48331.376.1629.61
Hex8512490562D3014b4c1e
Octal205221110126556051311436
Binary1000010110010100100101010110101101110000101001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851249; }

 p { color: rgb(133,18,73); }

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

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

 a { background-color: rgb(133,18,73); }

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

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

 span { border-color: rgb(133,18,73); }

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