#8A0423

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

Shades of Burgundy #8A0423

Tints of Burgundy #8A0423

Color information

#8A0423 (or 0x8A0423) is unknown color: approx Burgundy. HEX triplet: 8A, 04 and 23. RGB value is (138,4,35). Sum of RGB (Red+Green+Blue) = 138+4+35=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0423 is #75FBDC. Grayscale: #2F2F2F. Windows color (decimal): -7732189 or 2294922. OLE color: 2294922.

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

Color convert

RGB138435-
CMYK00.970.750.46
HSL346.12º94.37%27.84%-
HSV(B)346.12º97.1%54.12%-
XYZ10.835.612.1-
YUV47.6120.89192.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.97%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=77.97%
G=2.26%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13843500.970.750.46346.1294.3727.84
Hex8A4230614B2E15a5e1c
Octal21244301411135653213634
Binary10001010100100011011000011001011101110101011010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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