#970C37

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

Shades of Burgundy #970C37

Tints of Burgundy #970C37

Color information

#970C37 (or 0x970C37) is unknown color: approx Burgundy. HEX triplet: 97, 0C and 37. RGB value is (151,12,55). Sum of RGB (Red+Green+Blue) = 151+12+55=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #970C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C37 is #68F3C8. Grayscale: #3A3A3A. Windows color (decimal): -6878153 or 3607703. OLE color: 3607703.

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

Color convert

RGB1511255-
CMYK00.920.640.41
HSL341.44º85.28%31.96%-
HSV(B)341.44º92.05%59.22%-
XYZ13.587.124.27-
YUV58.46126.05194-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.27%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=69.27%
G=5.50%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151125500.920.640.41341.4485.2831.96
Hex97C3705C40291555520
Octal227146701341005152512540
Binary1001011111001101110101110010000001010011010101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,12,55); }

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

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

 a { background-color: rgb(151,12,55); }

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

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

 span { border-color: rgb(151,12,55); }

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