#8A0425

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

Shades of Burgundy #8A0425

Tints of Burgundy #8A0425

Color information

#8A0425 (or 0x8A0425) is unknown color: approx Burgundy. HEX triplet: 8A, 04 and 25. RGB value is (138,4,37). Sum of RGB (Red+Green+Blue) = 138+4+37=179 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.09% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0425 is #75FBDA. Grayscale: #2F2F2F. Windows color (decimal): -7732187 or 2425994. OLE color: 2425994.

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

Color convert

RGB138437-
CMYK00.970.730.46
HSL345.22º94.37%27.84%-
HSV(B)345.22º97.1%54.12%-
XYZ10.865.622.26-
YUV47.83121.89192.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.09%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=77.09%
G=2.23%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13843700.970.730.46345.2294.3727.84
Hex8A425061492E1595e1c
Octal21244501411115653113634
Binary10001010100100101011000011001001101110101011001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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