#97063A

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

Shades of Burgundy #97063A

Tints of Burgundy #97063A

Color information

#97063A (or 0x97063A) is unknown color: approx Burgundy. HEX triplet: 97, 06 and 3A. RGB value is (151,6,58). Sum of RGB (Red+Green+Blue) = 151+6+58=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #97063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97063A is #68F9C5. Grayscale: #373737. Windows color (decimal): -6879686 or 3802775. OLE color: 3802775.

HSL color Cylindrical-coordinate representation of color #97063A: hue angle of 338.48º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97063A is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB151658-
CMYK00.960.620.41
HSL338.48º92.36%30.78%-
HSV(B)338.48º96.03%59.22%-
XYZ13.597.024.64-
YUV55.28129.54196.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.23%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=70.23%
G=2.79%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15165800.960.620.41338.4892.3630.78
Hex9763A0603E291525c1f
Octal2276720140765152213437
Binary1001011111011101001100000111110101001101010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97063A; }

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

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

<style>
 a { background-color: #97063A; }

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

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

<style>
 span { border-color: #97063A; }

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

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