Html Css Color HEX #8E1449 Disco

📋 copy color: '#8E1449'

red 142 ◦ green 20 ◦ blue 73

#8E1449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #8E1449

Tints of Disco #8E1449

RGB

 RED value IS 142 (55.86% from 255) = 60.43%

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 60.43%
G = 8.51%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E1449 (or 0x8E1449) is known color: Disco. HEX triplet: 8E, 14 and 49. RGB value is (142,20,73). Sum of RGB (Red+Green+Blue) = 142+20+73=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1449 is #71EBB6. Grayscale: #3E3E3E. Windows color (decimal): -7465911 or 4789390. OLE color: 4789390.

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

Color convert

RGB 142 20 73 -
CMYK 0 0.86 0.49 0.44
HSL 333.93º 0.75% 0.32% -
HSV(B) 333.93º 0.86% 0.56% -
XYZ 12.61 6.73 6.94 -
YUV 62.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 142 20 73 0 0.86 0.49 0.44 333.93 0.75 0.32
Hex 8E 14 49 0 56 31 2C 14E 4B 20
Octal 216 24 111 0 126 61 54 516 113 40
Binary 10001110 10100 1001001 0 1010110 110001 101100 101001110 1001011 100000

Color Harmonies of #8E1449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1449

Black with #8E1449

Text Example


Text Example

White with #8E1449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E1449;
 }
 .AnyTagClassName
 {
   color: #8E1449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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