Html Css Color HEX #8E1447 Disco

📋 copy color: '#8E1447'

red 142 ◦ green 20 ◦ blue 71

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

Shades of Disco #8E1447

Tints of Disco #8E1447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 60.94%
G = 8.58%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E1447 (or 0x8E1447) is known color: Disco. HEX triplet: 8E, 14 and 47. RGB value is (142,20,71). Sum of RGB (Red+Green+Blue) = 142+20+71=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1447 is #71EBB8. Grayscale: #3E3E3E. Windows color (decimal): -7465913 or 4658318. OLE color: 4658318.

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

Color convert

RGB 142 20 71 -
CMYK 0 0.86 0.5 0.44
HSL 334.92º 0.75% 0.32% -
HSV(B) 334.92º 0.86% 0.56% -
XYZ 12.54 6.71 6.59 -
YUV 62.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 142 20 71 0 0.86 0.5 0.44 334.92 0.75 0.32
Hex 8E 14 47 0 56 32 2C 14F 4B 20
Octal 216 24 107 0 126 62 54 517 113 40
Binary 10001110 10100 1000111 0 1010110 110010 101100 101001111 1001011 100000

Color Harmonies of #8E1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1447

Black with #8E1447

Text Example


Text Example

White with #8E1447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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