#8A0538

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

Shades of Burgundy #8A0538

Tints of Burgundy #8A0538

Color information

#8A0538 (or 0x8A0538) is unknown color: approx Burgundy. HEX triplet: 8A, 05 and 38. RGB value is (138,5,56). Sum of RGB (Red+Green+Blue) = 138+5+56=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0538 is #75FAC7. Grayscale: #323232. Windows color (decimal): -7731912 or 3671434. OLE color: 3671434.

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

Color convert

RGB138556-
CMYK00.960.590.46
HSL336.99º93.01%28.04%-
HSV(B)336.99º96.38%54.12%-
XYZ11.255.84.27-
YUV50.58131.06190.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69.35%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=69.35%
G=2.51%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13855600.960.590.46336.9993.0128.04
Hex8A5380603B2E1515d1c
Octal2125700140735652113534
Binary1000101010111100001100000111011101110101010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,56); }

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

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

 a { background-color: rgb(138,5,56); }

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

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

 span { border-color: rgb(138,5,56); }

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