#8F1549

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

Shades of Disco #8F1549

Tints of Disco #8F1549

Color information

#8F1549 (or 0x8F1549) is unknown color: approx Disco. HEX triplet: 8F, 15 and 49. RGB value is (143,21,73). Sum of RGB (Red+Green+Blue) = 143+21+73=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1549 is #70EAB6. Grayscale: #3F3F3F. Windows color (decimal): -7400119 or 4789647. OLE color: 4789647.

HSL color Cylindrical-coordinate representation of color #8F1549: hue angle of 334.43º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1549 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1432173-
CMYK00.850.490.44
HSL334.43º74.39%32.16%-
HSV(B)334.43º85.31%56.08%-
XYZ12.86.866.95-
YUV63.41133.42184.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=60.34%
G=8.86%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143217300.850.490.44334.4374.3932.16
Hex8F1549055312C14e4a20
Octal217251110125615451611240
Binary10001111101011001001010101011100011011001010011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F1549; }

 p { color: rgb(143,21,73); }

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

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

 a { background-color: rgb(143,21,73); }

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

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

 span { border-color: rgb(143,21,73); }

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