#8E1543

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

Shades of Disco #8E1543

Tints of Disco #8E1543

Color information

#8E1543 (or 0x8E1543) is unknown color: approx Disco. HEX triplet: 8E, 15 and 43. RGB value is (142,21,67). Sum of RGB (Red+Green+Blue) = 142+21+67=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1543 is #71EABC. Grayscale: #3E3E3E. Windows color (decimal): -7465661 or 4396430. OLE color: 4396430.

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

Color convert

RGB1422167-
CMYK00.850.530.44
HSL337.19º74.23%31.96%-
HSV(B)337.19º85.21%55.69%-
XYZ12.446.695.95-
YUV62.42130.59184.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=61.74%
G=9.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142216700.850.530.44337.1974.2331.96
Hex8E1543055352C1514a20
Octal216251030125655452111240
Binary10001110101011000011010101011101011011001010100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,67); }

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

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

 a { background-color: rgb(142,21,67); }

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

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

 span { border-color: rgb(142,21,67); }

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