#8A0424

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

Shades of Burgundy #8A0424

Tints of Burgundy #8A0424

Color information

#8A0424 (or 0x8A0424) is unknown color: approx Burgundy. HEX triplet: 8A, 04 and 24. RGB value is (138,4,36). Sum of RGB (Red+Green+Blue) = 138+4+36=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0424 is #75FBDB. Grayscale: #2F2F2F. Windows color (decimal): -7732188 or 2360458. OLE color: 2360458.

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

Color convert

RGB138436-
CMYK00.970.740.46
HSL345.67º94.37%27.84%-
HSV(B)345.67º97.1%54.12%-
XYZ10.845.622.18-
YUV47.71121.39192.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.53%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=77.53%
G=2.25%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13843600.970.740.46345.6794.3727.84
Hex8A4240614A2E15a5e1c
Octal21244401411125653213634
Binary10001010100100100011000011001010101110101011010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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