#8A0A25

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

Shades of Burgundy #8A0A25

Tints of Burgundy #8A0A25

Color information

#8A0A25 (or 0x8A0A25) is unknown color: approx Burgundy. HEX triplet: 8A, 0A and 25. RGB value is (138,10,37). Sum of RGB (Red+Green+Blue) = 138+10+37=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A25 is #75F5DA. Grayscale: #333333. Windows color (decimal): -7730651 or 2427530. OLE color: 2427530.

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

Color convert

RGB1381037-
CMYK00.930.730.46
HSL347.34º86.49%29.02%-
HSV(B)347.34º92.75%54.12%-
XYZ10.925.752.29-
YUV51.35119.91189.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 74.59%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 37 (14.84% from 255) = 20%
R=74.59%
G=5.41%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138103700.930.730.46347.3486.4929.02
Hex8AA2505D492E15b561d
Octal212124501351115653312635
Binary100010101010100101010111011001001101110101011011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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