#8A0A37

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

Shades of Burgundy #8A0A37

Tints of Burgundy #8A0A37

Color information

#8A0A37 (or 0x8A0A37) is unknown color: approx Burgundy. HEX triplet: 8A, 0A and 37. RGB value is (138,10,55). Sum of RGB (Red+Green+Blue) = 138+10+55=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A37 is #75F5C8. Grayscale: #353535. Windows color (decimal): -7730633 or 3607178. OLE color: 3607178.

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

Color convert

RGB1381055-
CMYK00.930.600.46
HSL338.91º86.49%29.02%-
HSV(B)338.91º92.75%54.12%-
XYZ11.285.94.16-
YUV53.4128.91188.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.98%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=67.98%
G=4.93%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138105500.930.600.46338.9186.4929.02
Hex8AA3705D3C2E153561d
Octal21212670135745652312635
Binary10001010101011011101011101111100101110101010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,10,55); }

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

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

 a { background-color: rgb(138,10,55); }

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

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

 span { border-color: rgb(138,10,55); }

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