#8E092B

Color #8E092B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #8E092B

Tints of Burgundy #8E092B

Color information

#8E092B (or 0x8E092B) is unknown color: approx Burgundy. HEX triplet: 8E, 09 and 2B. RGB value is (142,9,43). Sum of RGB (Red+Green+Blue) = 142+9+43=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E092B is #71F6D4. Grayscale: #343434. Windows color (decimal): -7468757 or 2820494. OLE color: 2820494.

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

Color convert

RGB142943-
CMYK00.940.700.44
HSL344.66º88.08%29.61%-
HSV(B)344.66º93.66%55.69%-
XYZ11.696.122.85-
YUV52.64122.56191.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.20%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=73.20%
G=4.64%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14294300.940.700.44344.6688.0829.61
Hex8E92B05E462C159581e
Octal216115301361065453113036
Binary100011101001101011010111101000110101100101011001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E092B;
 }
 .AnyTagClassName
 {
   color: #8E092B;
 }
</style>
background-color css

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

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

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

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

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

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