#8A003C

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

Shades of Burgundy #8A003C

Tints of Burgundy #8A003C

Color information

#8A003C (or 0x8A003C) is unknown color: approx Burgundy. HEX triplet: 8A, 00 and 3C. RGB value is (138,0,60). Sum of RGB (Red+Green+Blue) = 138+0+60=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A003C is #75FFC3. Grayscale: #303030. Windows color (decimal): -7733188 or 3932298. OLE color: 3932298.

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

Color convert

RGB138060-
CMYK010.570.46
HSL333.91º100%27.06%-
HSV(B)333.91º100%54.12%-
XYZ11.35.734.79-
YUV48.1134.72192.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=69.70%
G=0%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138060010.570.46333.9110027.06
Hex8A03C064392E14e641b
Octal2120740144715651614433
Binary10001010011110001100100111001101110101001110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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