#8A0A36

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

Shades of Burgundy #8A0A36

Tints of Burgundy #8A0A36

Color information

#8A0A36 (or 0x8A0A36) is unknown color: approx Burgundy. HEX triplet: 8A, 0A and 36. RGB value is (138,10,54). Sum of RGB (Red+Green+Blue) = 138+10+54=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A36 is #75F5C9. Grayscale: #353535. Windows color (decimal): -7730634 or 3541642. OLE color: 3541642.

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

Color convert

RGB1381054-
CMYK00.930.610.46
HSL339.38º86.49%29.02%-
HSV(B)339.38º92.75%54.12%-
XYZ11.265.894.03-
YUV53.29128.41188.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 68.32%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=68.32%
G=4.95%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138105400.930.610.46339.3886.4929.02
Hex8AA3605D3D2E153561d
Octal21212660135755652312635
Binary10001010101011011001011101111101101110101010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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