Html Css Color HEX #8E113E Disco

📋 copy color: '#8E113E'

red 142 ◦ green 17 ◦ blue 62

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

Shades of Disco #8E113E

Tints of Disco #8E113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 64.25%
G = 7.69%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E113E (or 0x8E113E) is known color: Disco. HEX triplet: 8E, 11 and 3E. RGB value is (142,17,62). Sum of RGB (Red+Green+Blue) = 142+17+62=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E113E is #71EEC1. Grayscale: #3B3B3B. Windows color (decimal): -7466690 or 4067726. OLE color: 4067726.

HSL color Cylindrical-coordinate representation of color #8E113E: hue angle of 338.4º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E113E is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 62 -
CMYK 0 0.88 0.56 0.44
HSL 338.4º 0.79% 0.31% -
HSV(B) 338.4º 0.88% 0.56% -
XYZ 12.23 6.5 5.17 -
YUV 59.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 142 17 62 0 0.88 0.56 0.44 338.4 0.79 0.31
Hex 8E 11 3E 0 58 38 2C 152 4F 1F
Octal 216 21 76 0 130 70 54 522 117 37
Binary 10001110 10001 111110 0 1011000 111000 101100 101010010 1001111 11111

Color Harmonies of #8E113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E113E

Black with #8E113E

Text Example


Text Example

White with #8E113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,62); }

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

background-color css

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

 a { background-color: rgb(142,17,62); }

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

border-color css

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

 span { border-color: rgb(142,17,62); }

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