#8A022F

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

Shades of Burgundy #8A022F

Tints of Burgundy #8A022F

Color information

#8A022F (or 0x8A022F) is unknown color: approx Burgundy. HEX triplet: 8A, 02 and 2F. RGB value is (138,2,47). Sum of RGB (Red+Green+Blue) = 138+2+47=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A022F is #75FDD0. Grayscale: #2F2F2F. Windows color (decimal): -7732689 or 3080842. OLE color: 3080842.

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

Color convert

RGB138247-
CMYK00.990.660.46
HSL340.15º97.14%27.45%-
HSV(B)340.15º98.55%54.12%-
XYZ11.025.653.2-
YUV47.79127.56192.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 73.80%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=73.80%
G=1.07%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13824700.990.660.46340.1597.1427.45
Hex8A22F063422E154611b
Octal21225701431025652414133
Binary1000101010101111011000111000010101110101010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,2,47); }

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

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

 a { background-color: rgb(138,2,47); }

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

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

 span { border-color: rgb(138,2,47); }

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