#8A003B

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

Shades of Burgundy #8A003B

Tints of Burgundy #8A003B

Color information

#8A003B (or 0x8A003B) is unknown color: approx Burgundy. HEX triplet: 8A, 00 and 3B. RGB value is (138,0,59). Sum of RGB (Red+Green+Blue) = 138+0+59=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A003B is #75FFC4. Grayscale: #2F2F2F. Windows color (decimal): -7733189 or 3866762. OLE color: 3866762.

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

Color convert

RGB138059-
CMYK010.570.46
HSL334.35º100%27.06%-
HSV(B)334.35º100%54.12%-
XYZ11.275.724.65-
YUV47.99134.22192.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=70.05%
G=0%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138059010.570.46334.3510027.06
Hex8A03B064392E14e641b
Octal2120730144715651614433
Binary10001010011101101100100111001101110101001110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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