#8A0A26

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

Shades of Burgundy #8A0A26

Tints of Burgundy #8A0A26

Color information

#8A0A26 (or 0x8A0A26) is unknown color: approx Burgundy. HEX triplet: 8A, 0A and 26. RGB value is (138,10,38). Sum of RGB (Red+Green+Blue) = 138+10+38=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A26 is #75F5D9. Grayscale: #333333. Windows color (decimal): -7730650 or 2493066. OLE color: 2493066.

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

Color convert

RGB1381038-
CMYK00.930.720.46
HSL346.88º86.49%29.02%-
HSV(B)346.88º92.75%54.12%-
XYZ10.945.762.37-
YUV51.46120.41189.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 74.19%
GREEN value IS 10 (4.30% from 255) = 5.38%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=74.19%
G=5.38%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138103800.930.720.46346.8886.4929.02
Hex8AA2605D482E15b561d
Octal212124601351105653312635
Binary100010101010100110010111011001000101110101011011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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