#9A093B

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

Shades of Burgundy #9A093B

Tints of Burgundy #9A093B

Color information

#9A093B (or 0x9A093B) is unknown color: approx Burgundy. HEX triplet: 9A, 09 and 3B. RGB value is (154,9,59). Sum of RGB (Red+Green+Blue) = 154+9+59=222 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.37% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 154 - color contains mainly: red. Hex color #9A093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A093B is #65F6C4. Grayscale: #3A3A3A. Windows color (decimal): -6682309 or 3869082. OLE color: 3869082.

HSL color Cylindrical-coordinate representation of color #9A093B: hue angle of 339.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A093B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB154959-
CMYK00.940.620.40
HSL339.31º88.96%31.96%-
HSV(B)339.31º94.16%60.39%-
XYZ14.217.384.81-
YUV58.06128.54196.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 69.37%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=69.37%
G=4.05%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15495900.940.620.40339.3188.9631.96
Hex9A93B05E3E281535920
Octal23211730136765052313140
Binary100110101001111011010111101111101010001010100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A093B; }

 p { color: rgb(154,9,59); }

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

<style>
 a { background-color: #9A093B; }

 a { background-color: rgb(154,9,59); }

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

<style>
 span { border-color: #9A093B; }

 span { border-color: rgb(154,9,59); }

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