Html Css Color HEX #970D37 Burgundy

📋 copy color: '#970D37'

red 151 ◦ green 13 ◦ blue 55

#970D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #970D37

Tints of Burgundy #970D37

RGB

 RED value IS 151 (59.38% from 255) = 68.95%

 GREEN value IS 13 (5.47% from 255) = 5.94%

 BLUE value IS 55 (21.88% from 255) = 25.11%

R = 68.95%
G = 5.94%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#970D37 (or 0x970D37) is known color: Burgundy. HEX triplet: 97, 0D and 37. RGB value is (151,13,55). Sum of RGB (Red+Green+Blue) = 151+13+55=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #970D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D37 is #68F2C8. Grayscale: #3B3B3B. Windows color (decimal): -6877897 or 3607959. OLE color: 3607959.

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

Color convert

RGB 151 13 55 -
CMYK 0 0.91 0.64 0.41
HSL 341.74º 0.84% 0.32% -
HSV(B) 341.74º 0.91% 0.59% -
XYZ 13.6 7.14 4.28 -
YUV 59.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 151 13 55 0 0.91 0.64 0.41 341.74 0.84 0.32
Hex 97 D 37 0 5B 40 29 156 54 20
Octal 227 15 67 0 133 100 51 526 124 40
Binary 10010111 1101 110111 0 1011011 1000000 101001 101010110 1010100 100000

Color Harmonies of #970D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D37

Black with #970D37

Text Example


Text Example

White with #970D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #970D37;
 }
 .AnyTagClassName
 {
   color: #970D37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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