Html Css Color HEX #790916 Burgundy

📋 copy color: '#790916'

red 121 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #790916

Tints of Burgundy #790916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 79.61%
G = 5.92%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#790916 (or 0x790916) is known color: Burgundy. HEX triplet: 79, 09 and 16. RGB value is (121,9,22). Sum of RGB (Red+Green+Blue) = 121+9+22=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #790916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790916 is #86F6E9. Grayscale: #2C2C2C. Windows color (decimal): -8845034 or 1444217. OLE color: 1444217.

HSL color Cylindrical-coordinate representation of color #790916: hue angle of 353.04º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790916 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 22 -
CMYK 0 0.93 0.82 0.53
HSL 353.04º 0.86% 0.25% -
HSV(B) 353.04º 0.93% 0.47% -
XYZ 8.13 4.32 1.16 -
YUV 43.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 121 9 22 0 0.93 0.82 0.53 353.04 0.86 0.25
Hex 79 9 16 0 5D 52 35 161 56 19
Octal 171 11 26 0 135 122 65 541 126 31
Binary 1111001 1001 10110 0 1011101 1010010 110101 101100001 1010110 11001

Color Harmonies of #790916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790916

Black with #790916

Text Example


Text Example

White with #790916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790916; }

 p { color: rgb(121,9,22); }

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

background-color css

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

 a { background-color: rgb(121,9,22); }

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

border-color css

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

 span { border-color: rgb(121,9,22); }

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