#9A023B

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

Shades of Burgundy #9A023B

Tints of Burgundy #9A023B

Color information

#9A023B (or 0x9A023B) is unknown color: approx Burgundy. HEX triplet: 9A, 02 and 3B. RGB value is (154,2,59). Sum of RGB (Red+Green+Blue) = 154+2+59=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A023B is #65FDC4. Grayscale: #353535. Windows color (decimal): -6684101 or 3867290. OLE color: 3867290.

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

Color convert

RGB154259-
CMYK00.990.620.40
HSL337.5º97.44%30.59%-
HSV(B)337.5º98.7%60.39%-
XYZ14.147.234.79-
YUV53.95130.86199.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.63%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=71.63%
G=0.93%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15425900.990.620.40337.597.4430.59
Hex9A23B0633E28152611f
Octal2322730143765052214137
Binary100110101011101101100011111110101000101010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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