#8A0A1E

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

Shades of Burgundy #8A0A1E

Tints of Burgundy #8A0A1E

Color information

#8A0A1E (or 0x8A0A1E) is unknown color: approx Burgundy. HEX triplet: 8A, 0A and 1E. RGB value is (138,10,30). Sum of RGB (Red+Green+Blue) = 138+10+30=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A1E is #75F5E1. Grayscale: #323232. Windows color (decimal): -7730658 or 1968778. OLE color: 1968778.

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

Color convert

RGB1381030-
CMYK00.930.780.46
HSL350.62º86.49%29.02%-
HSV(B)350.62º92.75%54.12%-
XYZ10.825.711.76-
YUV50.55116.41190.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.53%
GREEN value IS 10 (4.30% from 255) = 5.62%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=77.53%
G=5.62%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138103000.930.780.46350.6286.4929.02
Hex8AA1E05D4E2E15f561d
Octal212123601351165653712635
Binary10001010101011110010111011001110101110101011111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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