Html Css Color HEX #790031 Burgundy

📋 copy color: '#790031'

red 121 ◦ green 0 ◦ blue 49

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

Shades of Burgundy #790031

Tints of Burgundy #790031

RGB

 RED value IS 121 (47.66% from 255) = 71.18%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 28.82%

R = 71.18%
G = 0%
B = 28.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790031 (or 0x790031) is known color: Burgundy. HEX triplet: 79, 00 and 31. RGB value is (121,0,49). Sum of RGB (Red+Green+Blue) = 121+0+49=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #790031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790031 is #86FFCE. Grayscale: #292929. Windows color (decimal): -8847311 or 3211385. OLE color: 3211385.

HSL color Cylindrical-coordinate representation of color #790031: hue angle of 335.7º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790031 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 0 49 -
CMYK 0 1 0.60 0.53
HSL 335.7º 1% 0.24% -
HSV(B) 335.7º 1% 0.47% -
XYZ 8.44 4.29 3.29 -
YUV 41.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 121 0 49 0 1 0.60 0.53 335.7 1 0.24
Hex 79 0 31 0 64 3C 35 150 64 18
Octal 171 0 61 0 144 74 65 520 144 30
Binary 1111001 0 110001 0 1100100 111100 110101 101010000 1100100 11000

Color Harmonies of #790031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790031

Black with #790031

Text Example


Text Example

White with #790031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790031; }

 p { color: rgb(121,0,49); }

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

background-color css

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

 a { background-color: rgb(121,0,49); }

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

border-color css

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

 span { border-color: rgb(121,0,49); }

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