#97013B

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

Shades of Burgundy #97013B

Tints of Burgundy #97013B

Color information

#97013B (or 0x97013B) is unknown color: approx Burgundy. HEX triplet: 97, 01 and 3B. RGB value is (151,1,59). Sum of RGB (Red+Green+Blue) = 151+1+59=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97013B is #68FEC4. Grayscale: #343434. Windows color (decimal): -6880965 or 3867031. OLE color: 3867031.

HSL color Cylindrical-coordinate representation of color #97013B: hue angle of 336.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97013B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB151159-
CMYK00.990.610.41
HSL336.8º98.68%29.8%-
HSV(B)336.8º99.34%59.22%-
XYZ13.566.924.76-
YUV52.46131.7198.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.56%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=71.56%
G=0.47%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115900.990.610.41336.898.6829.8
Hex9713B0633D29151631e
Octal2271730143755152114336
Binary10010111111101101100011111101101001101010001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97013B; }

 p { color: rgb(151,1,59); }

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

<style>
 a { background-color: #97013B; }

 a { background-color: rgb(151,1,59); }

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

<style>
 span { border-color: #97013B; }

 span { border-color: rgb(151,1,59); }

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