#97073C

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

Shades of Burgundy #97073C

Tints of Burgundy #97073C

Color information

#97073C (or 0x97073C) is unknown color: approx Burgundy. HEX triplet: 97, 07 and 3C. RGB value is (151,7,60). Sum of RGB (Red+Green+Blue) = 151+7+60=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #97073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97073C is #68F8C3. Grayscale: #383838. Windows color (decimal): -6879428 or 3934103. OLE color: 3934103.

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

Color convert

RGB151760-
CMYK00.950.600.41
HSL337.92º91.14%30.98%-
HSV(B)337.92º95.36%59.22%-
XYZ13.657.064.92-
YUV56.1130.21195.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.27%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=69.27%
G=3.21%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15176000.950.600.41337.9291.1430.98
Hex9773C05F3C291525b1f
Octal2277740137745152213337
Binary1001011111111110001011111111100101001101010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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