#8A1222

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

Shades of Burgundy #8A1222

Tints of Burgundy #8A1222

Color information

#8A1222 (or 0x8A1222) is unknown color: approx Burgundy. HEX triplet: 8A, 12 and 22. RGB value is (138,18,34). Sum of RGB (Red+Green+Blue) = 138+18+34=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1222 is #75EDDD. Grayscale: #373737. Windows color (decimal): -7728606 or 2232970. OLE color: 2232970.

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

Color convert

RGB1381834-
CMYK00.870.750.46
HSL352º76.92%30.59%-
HSV(B)352º86.96%54.12%-
XYZ10.995.952.08-
YUV55.7115.76186.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.63%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 34 (13.67% from 255) = 17.89%
R=72.63%
G=9.47%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138183400.870.750.4635276.9230.59
Hex8A12220574B2E1604d1f
Octal212224201271135654011537
Binary1000101010010100010010101111001011101110101100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,34); }

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

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

 a { background-color: rgb(138,18,34); }

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

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

 span { border-color: rgb(138,18,34); }

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