Html Css Color HEX #8E092A Burgundy

📋 copy color: '#8E092A'

red 142 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #8E092A

Tints of Burgundy #8E092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 73.58%
G = 4.66%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E092A (or 0x8E092A) is known color: Burgundy. HEX triplet: 8E, 09 and 2A. RGB value is (142,9,42). Sum of RGB (Red+Green+Blue) = 142+9+42=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E092A is #71F6D5. Grayscale: #343434. Windows color (decimal): -7468758 or 2754958. OLE color: 2754958.

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

Color convert

RGB 142 9 42 -
CMYK 0 0.94 0.70 0.44
HSL 345.11º 0.88% 0.3% -
HSV(B) 345.11º 0.94% 0.56% -
XYZ 11.67 6.11 2.76 -
YUV 52.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 142 9 42 0 0.94 0.70 0.44 345.11 0.88 0.3
Hex 8E 9 2A 0 5E 46 2C 159 58 1E
Octal 216 11 52 0 136 106 54 531 130 36
Binary 10001110 1001 101010 0 1011110 1000110 101100 101011001 1011000 11110

Color Harmonies of #8E092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E092A

Black with #8E092A

Text Example


Text Example

White with #8E092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,9,42); }

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

background-color css

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

 a { background-color: rgb(142,9,42); }

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

border-color css

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

 span { border-color: rgb(142,9,42); }

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