Html Css Color HEX #970938 Burgundy

📋 copy color: '#970938'

red 151 ◦ green 9 ◦ blue 56

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

Shades of Burgundy #970938

Tints of Burgundy #970938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 69.91%
G = 4.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#970938 (or 0x970938) is known color: Burgundy. HEX triplet: 97, 09 and 38. RGB value is (151,9,56). Sum of RGB (Red+Green+Blue) = 151+9+56=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #970938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970938 is #68F6C7. Grayscale: #383838. Windows color (decimal): -6878920 or 3672471. OLE color: 3672471.

HSL color Cylindrical-coordinate representation of color #970938: hue angle of 340.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970938 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 9 56 -
CMYK 0 0.94 0.63 0.41
HSL 340.14º 0.89% 0.31% -
HSV(B) 340.14º 0.94% 0.59% -
XYZ 13.57 7.06 4.39 -
YUV 56.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 151 9 56 0 0.94 0.63 0.41 340.14 0.89 0.31
Hex 97 9 38 0 5E 3F 29 154 59 1F
Octal 227 11 70 0 136 77 51 524 131 37
Binary 10010111 1001 111000 0 1011110 111111 101001 101010100 1011001 11111

Color Harmonies of #970938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970938

Black with #970938

Text Example


Text Example

White with #970938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970938; }

 p { color: rgb(151,9,56); }

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

background-color css

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

 a { background-color: rgb(151,9,56); }

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

border-color css

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

 span { border-color: rgb(151,9,56); }

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