#9A063A

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

Shades of Burgundy #9A063A

Tints of Burgundy #9A063A

Color information

#9A063A (or 0x9A063A) is unknown color: approx Burgundy. HEX triplet: 9A, 06 and 3A. RGB value is (154,6,58). Sum of RGB (Red+Green+Blue) = 154+6+58=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A063A is #65F9C5. Grayscale: #383838. Windows color (decimal): -6683078 or 3802778. OLE color: 3802778.

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

Color convert

RGB154658-
CMYK00.960.620.40
HSL338.92º92.5%31.37%-
HSV(B)338.92º96.1%60.39%-
XYZ14.167.314.67-
YUV56.18129.03197.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70.64%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=70.64%
G=2.75%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15465800.960.620.40338.9292.531.37
Hex9A63A0603E281535c1f
Octal2326720140765052313437
Binary1001101011011101001100000111110101000101010011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,58); }

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

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

 a { background-color: rgb(154,6,58); }

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

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

 span { border-color: rgb(154,6,58); }

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