#8A0730

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

Shades of Burgundy #8A0730

Tints of Burgundy #8A0730

Color information

#8A0730 (or 0x8A0730) is unknown color: approx Burgundy. HEX triplet: 8A, 07 and 30. RGB value is (138,7,48). Sum of RGB (Red+Green+Blue) = 138+7+48=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0730 is #75F8CF. Grayscale: #323232. Windows color (decimal): -7731408 or 3147658. OLE color: 3147658.

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

Color convert

RGB138748-
CMYK00.950.650.46
HSL341.22º90.34%28.43%-
HSV(B)341.22º94.93%54.12%-
XYZ11.095.773.33-
YUV50.84126.4190.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.50%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=71.50%
G=3.63%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13874800.950.650.46341.2290.3428.43
Hex8A73005F412E1555a1c
Octal21276001371015652513234
Binary10001010111110000010111111000001101110101010101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,48); }

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

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

 a { background-color: rgb(138,7,48); }

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

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

 span { border-color: rgb(138,7,48); }

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