#8a071d

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

Shades of Burgundy #8A071D

Tints of Burgundy #8A071D

Color information

#8A071D (or 0x8A071D) is unknown color: approx Burgundy. HEX triplet: 8A, 07 and 1D. RGB value is (138,7,29). Sum of RGB (Red+Green+Blue) = 138+7+29=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A071D is #75F8E2. Grayscale: #303030. Windows color (decimal): -7731427 or 1902474. OLE color: 1902474.

HSL color Cylindrical-coordinate representation of color #8A071D: hue angle of 349.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A071D is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB138729-
CMYK00.950.790.46
HSL349.92º90.34%28.43%-
HSV(B)349.92º94.93%54.12%-
XYZ10.785.641.68-
YUV48.68116.9191.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=79.31%
G=4.02%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13872900.950.790.46349.9290.3428.43
Hex8A71D05F4F2E15e5a1c
Octal21273501371175653613234
Binary1000101011111101010111111001111101110101011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a071d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,29); }

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

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

 a { background-color: rgb(138,7,29); }

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

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

 span { border-color: rgb(138,7,29); }

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