#8a1123

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

Shades of Burgundy #8A1123

Tints of Burgundy #8A1123

Color information

#8A1123 (or 0x8A1123) is unknown color: approx Burgundy. HEX triplet: 8A, 11 and 23. RGB value is (138,17,35). Sum of RGB (Red+Green+Blue) = 138+17+35=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1123 is #75EEDC. Grayscale: #373737. Windows color (decimal): -7728861 or 2298250. OLE color: 2298250.

HSL color Cylindrical-coordinate representation of color #8A1123: hue angle of 351.07º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1123 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1381735-
CMYK00.880.750.46
HSL351.07º78.06%30.39%-
HSV(B)351.07º87.68%54.12%-
XYZ10.995.932.15-
YUV55.23116.59187.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.63%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=72.63%
G=8.95%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138173500.880.750.46351.0778.0630.39
Hex8A11230584B2E15f4e1e
Octal212214301301135653711636
Binary1000101010001100011010110001001011101110101011111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,35); }

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

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

 a { background-color: rgb(138,17,35); }

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

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

 span { border-color: rgb(138,17,35); }

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