Html Css Color HEX #8E2E4D Disco

📋 copy color: '#8E2E4D'

red 142 ◦ green 46 ◦ blue 77

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

Shades of Disco #8E2E4D

Tints of Disco #8E2E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.36%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 53.58%
G = 17.36%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E2E4D (or 0x8E2E4D) is known color: Disco. HEX triplet: 8E, 2E and 4D. RGB value is (142,46,77). Sum of RGB (Red+Green+Blue) = 142+46+77=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2E4D is #71D1B2. Grayscale: #4E4E4E. Windows color (decimal): -7459251 or 5058190. OLE color: 5058190.

HSL color Cylindrical-coordinate representation of color #8E2E4D: hue angle of 340.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E4D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 46 77 -
CMYK 0 0.68 0.46 0.44
HSL 340.63º 0.51% 0.37% -
HSV(B) 340.63º 0.68% 0.56% -
XYZ 13.47 8.24 7.9 -
YUV 78.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 142 46 77 0 0.68 0.46 0.44 340.63 0.51 0.37
Hex 8E 2E 4D 0 44 2E 2C 155 33 25
Octal 216 56 115 0 104 56 54 525 63 45
Binary 10001110 101110 1001101 0 1000100 101110 101100 101010101 110011 100101

Color Harmonies of #8E2E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2E4D

Black with #8E2E4D

Text Example


Text Example

White with #8E2E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,46,77); }

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

background-color css

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

 a { background-color: rgb(142,46,77); }

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

border-color css

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

 span { border-color: rgb(142,46,77); }

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