#8F1447

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

Shades of Disco #8F1447

Tints of Disco #8F1447

Color information

#8F1447 (or 0x8F1447) is unknown color: approx Disco. HEX triplet: 8F, 14 and 47. RGB value is (143,20,71). Sum of RGB (Red+Green+Blue) = 143+20+71=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1447 is #70EBB8. Grayscale: #3E3E3E. Windows color (decimal): -7400377 or 4658319. OLE color: 4658319.

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

Color convert

RGB1432071-
CMYK00.860.500.44
HSL335.12º75.46%31.96%-
HSV(B)335.12º86.01%56.08%-
XYZ12.726.796.6-
YUV62.59132.75185.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.11%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=61.11%
G=8.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143207100.860.500.44335.1275.4631.96
Hex8F1447056322C14f4b20
Octal217241070126625451711340
Binary10001111101001000111010101101100101011001010011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,20,71); }

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

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

 a { background-color: rgb(143,20,71); }

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

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

 span { border-color: rgb(143,20,71); }

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