#8A0C39

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

Shades of Burgundy #8A0C39

Tints of Burgundy #8A0C39

Color information

#8A0C39 (or 0x8A0C39) is unknown color: approx Burgundy. HEX triplet: 8A, 0C and 39. RGB value is (138,12,57). Sum of RGB (Red+Green+Blue) = 138+12+57=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C39 is #75F3C6. Grayscale: #363636. Windows color (decimal): -7730119 or 3738762. OLE color: 3738762.

HSL color Cylindrical-coordinate representation of color #8A0C39: hue angle of 338.57º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C39 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1381257-
CMYK00.910.590.46
HSL338.57º84%29.41%-
HSV(B)338.57º91.3%54.12%-
XYZ11.355.964.42-
YUV54.8129.24187.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=66.67%
G=5.80%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138125700.910.590.46338.578429.41
Hex8AC3905B3B2E153541d
Octal21214710133735652312435
Binary10001010110011100101011011111011101110101010011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,12,57); }

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

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

 a { background-color: rgb(138,12,57); }

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

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

 span { border-color: rgb(138,12,57); }

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