#8E1444

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

Shades of Disco #8E1444

Tints of Disco #8E1444

Color information

#8E1444 (or 0x8E1444) is unknown color: approx Disco. HEX triplet: 8E, 14 and 44. RGB value is (142,20,68). Sum of RGB (Red+Green+Blue) = 142+20+68=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1444 is #71EBBB. Grayscale: #3D3D3D. Windows color (decimal): -7465916 or 4461710. OLE color: 4461710.

HSL color Cylindrical-coordinate representation of color #8E1444: hue angle of 336.39º 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 #8E1444 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB1422068-
CMYK00.860.520.44
HSL336.39º75.31%31.76%-
HSV(B)336.39º85.92%55.69%-
XYZ12.456.676.1-
YUV61.95131.42185.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 20 (8.20% from 255) = 8.70%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=61.74%
G=8.70%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142206800.860.520.44336.3975.3131.76
Hex8E1444056342C1504b20
Octal216241040126645452011340
Binary10001110101001000100010101101101001011001010100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,68); }

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

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

 a { background-color: rgb(142,20,68); }

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

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

 span { border-color: rgb(142,20,68); }

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