#8A0824

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

Shades of Burgundy #8A0824

Tints of Burgundy #8A0824

Color information

#8A0824 (or 0x8A0824) is unknown color: approx Burgundy. HEX triplet: 8A, 08 and 24. RGB value is (138,8,36). Sum of RGB (Red+Green+Blue) = 138+8+36=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0824 is #75F7DB. Grayscale: #323232. Windows color (decimal): -7731164 or 2361482. OLE color: 2361482.

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

Color convert

RGB138836-
CMYK00.940.740.46
HSL347.08º89.04%28.63%-
HSV(B)347.08º94.2%54.12%-
XYZ10.895.72.2-
YUV50.06120.07190.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.82%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=75.82%
G=4.40%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13883600.940.740.46347.0889.0428.63
Hex8A82405E4A2E15b591d
Octal212104401361125653313135
Binary100010101000100100010111101001010101110101011011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,36); }

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

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

 a { background-color: rgb(138,8,36); }

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

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

 span { border-color: rgb(138,8,36); }

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