#970B3C

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

Shades of Burgundy #970B3C

Tints of Burgundy #970B3C

Color information

#970B3C (or 0x970B3C) is unknown color: approx Burgundy. HEX triplet: 97, 0B and 3C. RGB value is (151,11,60). Sum of RGB (Red+Green+Blue) = 151+11+60=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #970B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970B3C is #68F4C3. Grayscale: #3A3A3A. Windows color (decimal): -6878404 or 3935127. OLE color: 3935127.

HSL color Cylindrical-coordinate representation of color #970B3C: hue angle of 339º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B3C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1511160-
CMYK00.930.600.41
HSL339º86.42%31.76%-
HSV(B)339º92.72%59.22%-
XYZ13.77.144.93-
YUV58.45128.88194.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.02%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=68.02%
G=4.95%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151116000.930.600.4133986.4231.76
Hex97B3C05D3C291535620
Octal22713740135745152312640
Binary100101111011111100010111011111001010011010100111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970B3C; }

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

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

<style>
 a { background-color: #970B3C; }

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

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

<style>
 span { border-color: #970B3C; }

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

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