Html Css Color HEX #8E3249 Disco

📋 copy color: '#8E3249'

red 142 ◦ green 50 ◦ blue 73

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

Shades of Disco #8E3249

Tints of Disco #8E3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 53.58%
G = 18.87%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E3249 (or 0x8E3249) is known color: Disco. HEX triplet: 8E, 32 and 49. RGB value is (142,50,73). Sum of RGB (Red+Green+Blue) = 142+50+73=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3249 is #71CDB6. Grayscale: #505050. Windows color (decimal): -7458231 or 4797070. OLE color: 4797070.

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

Color convert

RGB 142 50 73 -
CMYK 0 0.65 0.49 0.44
HSL 345º 0.48% 0.38% -
HSV(B) 345º 0.65% 0.56% -
XYZ 13.5 8.51 7.24 -
YUV 80.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 142 50 73 0 0.65 0.49 0.44 345 0.48 0.38
Hex 8E 32 49 0 41 31 2C 159 30 26
Octal 216 62 111 0 101 61 54 531 60 46
Binary 10001110 110010 1001001 0 1000001 110001 101100 101011001 110000 100110

Color Harmonies of #8E3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3249

Black with #8E3249

Text Example


Text Example

White with #8E3249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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