#8A0B26

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

Shades of Burgundy #8A0B26

Tints of Burgundy #8A0B26

Color information

#8A0B26 (or 0x8A0B26) is unknown color: approx Burgundy. HEX triplet: 8A, 0B and 26. RGB value is (138,11,38). Sum of RGB (Red+Green+Blue) = 138+11+38=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0B26 is #75F4D9. Grayscale: #343434. Windows color (decimal): -7730394 or 2493322. OLE color: 2493322.

HSL color Cylindrical-coordinate representation of color #8A0B26: hue angle of 347.24º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B26 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1381138-
CMYK00.920.720.46
HSL347.24º85.23%29.22%-
HSV(B)347.24º92.03%54.12%-
XYZ10.955.782.37-
YUV52.05120.08189.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 73.80%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=73.80%
G=5.88%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138113800.920.720.46347.2485.2329.22
Hex8AB2605C482E15b551d
Octal212134601341105653312535
Binary100010101011100110010111001001000101110101011011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,38); }

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

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

 a { background-color: rgb(138,11,38); }

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

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

 span { border-color: rgb(138,11,38); }

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