#8A002D

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

Shades of Burgundy #8A002D

Tints of Burgundy #8A002D

Color information

#8A002D (or 0x8A002D) is unknown color: approx Burgundy. HEX triplet: 8A, 00 and 2D. RGB value is (138,0,45). Sum of RGB (Red+Green+Blue) = 138+0+45=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A002D is #75FFD2. Grayscale: #2E2E2E. Windows color (decimal): -7733203 or 2949258. OLE color: 2949258.

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

Color convert

RGB138045-
CMYK010.670.46
HSL340.43º100%27.06%-
HSV(B)340.43º100%54.12%-
XYZ10.955.592.98-
YUV46.39127.22193.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=75.41%
G=0%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138045010.670.46340.4310027.06
Hex8A02D064432E154641b
Octal21205501441035652414433
Binary100010100101101011001001000011101110101010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,45); }

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

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

 a { background-color: rgb(138,0,45); }

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

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

 span { border-color: rgb(138,0,45); }

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