Html Css Color HEX #8E1849 Disco

📋 copy color: '#8E1849'

red 142 ◦ green 24 ◦ blue 73

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

Shades of Disco #8E1849

Tints of Disco #8E1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 59.41%
G = 10.04%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E1849 (or 0x8E1849) is known color: Disco. HEX triplet: 8E, 18 and 49. RGB value is (142,24,73). Sum of RGB (Red+Green+Blue) = 142+24+73=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1849 is #71E7B6. Grayscale: #404040. Windows color (decimal): -7464887 or 4790414. OLE color: 4790414.

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

Color convert

RGB 142 24 73 -
CMYK 0 0.83 0.49 0.44
HSL 335.08º 0.71% 0.33% -
HSV(B) 335.08º 0.83% 0.56% -
XYZ 12.68 6.89 6.96 -
YUV 64.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 142 24 73 0 0.83 0.49 0.44 335.08 0.71 0.33
Hex 8E 18 49 0 53 31 2C 14F 47 21
Octal 216 30 111 0 123 61 54 517 107 41
Binary 10001110 11000 1001001 0 1010011 110001 101100 101001111 1000111 100001

Color Harmonies of #8E1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1849

Black with #8E1849

Text Example


Text Example

White with #8E1849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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