#97093C

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

Shades of Burgundy #97093C

Tints of Burgundy #97093C

Color information

#97093C (or 0x97093C) is unknown color: approx Burgundy. HEX triplet: 97, 09 and 3C. RGB value is (151,9,60). Sum of RGB (Red+Green+Blue) = 151+9+60=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #97093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97093C is #68F6C3. Grayscale: #393939. Windows color (decimal): -6878916 or 3934615. OLE color: 3934615.

HSL color Cylindrical-coordinate representation of color #97093C: hue angle of 338.45º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97093C is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB151960-
CMYK00.940.600.41
HSL338.45º88.75%31.37%-
HSV(B)338.45º94.04%59.22%-
XYZ13.687.14.92-
YUV57.27129.54194.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.64%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=68.64%
G=4.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15196000.940.600.41338.4588.7531.37
Hex9793C05E3C29152591f
Octal22711740136745152213137
Binary10010111100111110001011110111100101001101010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97093C; }

 p { color: rgb(151,9,60); }

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

<style>
 a { background-color: #97093C; }

 a { background-color: rgb(151,9,60); }

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

<style>
 span { border-color: #97093C; }

 span { border-color: rgb(151,9,60); }

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