#8A033F

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

Shades of Burgundy #8A033F

Tints of Burgundy #8A033F

Color information

#8A033F (or 0x8A033F) is unknown color: approx Burgundy. HEX triplet: 8A, 03 and 3F. RGB value is (138,3,63). Sum of RGB (Red+Green+Blue) = 138+3+63=204 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.65% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 138 - color contains mainly: red. Hex color #8A033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A033F is #75FCC0. Grayscale: #323232. Windows color (decimal): -7732417 or 4129674. OLE color: 4129674.

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

Color convert

RGB138363-
CMYK00.980.540.46
HSL333.33º95.74%27.65%-
HSV(B)333.33º97.83%54.12%-
XYZ11.415.835.23-
YUV50.21135.23190.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.65%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 63 (25% from 255) = 30.88%
R=67.65%
G=1.47%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13836300.980.540.46333.3395.7427.65
Hex8A33F062362E14d601c
Octal2123770142665651514034
Binary100010101111111101100010110110101110101001101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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