#8A0A31

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

Shades of Burgundy #8A0A31

Tints of Burgundy #8A0A31

Color information

#8A0A31 (or 0x8A0A31) is unknown color: approx Burgundy. HEX triplet: 8A, 0A and 31. RGB value is (138,10,49). Sum of RGB (Red+Green+Blue) = 138+10+49=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A31 is #75F5CE. Grayscale: #343434. Windows color (decimal): -7730639 or 3213962. OLE color: 3213962.

HSL color Cylindrical-coordinate representation of color #8A0A31: hue angle of 341.72º 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 #8A0A31 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1381049-
CMYK00.930.640.46
HSL341.72º86.49%29.02%-
HSV(B)341.72º92.75%54.12%-
XYZ11.145.843.45-
YUV52.72125.91188.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.05%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=70.05%
G=5.08%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138104900.930.640.46341.7286.4929.02
Hex8AA3105D402E156561d
Octal212126101351005652612635
Binary100010101010110001010111011000000101110101010110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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