#8A0331

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

Shades of Burgundy #8A0331

Tints of Burgundy #8A0331

Color information

#8A0331 (or 0x8A0331) is unknown color: approx Burgundy. HEX triplet: 8A, 03 and 31. RGB value is (138,3,49). Sum of RGB (Red+Green+Blue) = 138+3+49=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0331 is #75FCCE. Grayscale: #303030. Windows color (decimal): -7732431 or 3212170. OLE color: 3212170.

HSL color Cylindrical-coordinate representation of color #8A0331: hue angle of 339.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0331 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB138349-
CMYK00.980.640.46
HSL339.56º95.74%27.65%-
HSV(B)339.56º97.83%54.12%-
XYZ11.075.693.42-
YUV48.61128.23191.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.63%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=72.63%
G=1.58%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13834900.980.640.46339.5695.7427.65
Hex8A331062402E154601c
Octal21236101421005652414034
Binary1000101011110001011000101000000101110101010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,49); }

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

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

 a { background-color: rgb(138,3,49); }

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

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

 span { border-color: rgb(138,3,49); }

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