Html Css Color HEX #790811 Burgundy

📋 copy color: '#790811'

red 121 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #790811

Tints of Burgundy #790811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 82.88%
G = 5.48%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#790811 (or 0x790811) is known color: Burgundy. HEX triplet: 79, 08 and 11. RGB value is (121,8,17). Sum of RGB (Red+Green+Blue) = 121+8+17=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790811 is #86F7EE. Grayscale: #2A2A2A. Windows color (decimal): -8845295 or 1116281. OLE color: 1116281.

HSL color Cylindrical-coordinate representation of color #790811: hue angle of 355.22º degrees, saturation: 0.88, 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 #790811 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 8 17 -
CMYK 0 0.93 0.86 0.53
HSL 355.22º 0.88% 0.25% -
HSV(B) 355.22º 0.93% 0.47% -
XYZ 8.07 4.28 0.93 -
YUV 42.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 121 8 17 0 0.93 0.86 0.53 355.22 0.88 0.25
Hex 79 8 11 0 5D 56 35 163 58 19
Octal 171 10 21 0 135 126 65 543 130 31
Binary 1111001 1000 10001 0 1011101 1010110 110101 101100011 1011000 11001

Color Harmonies of #790811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790811

Black with #790811

Text Example


Text Example

White with #790811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790811; }

 p { color: rgb(121,8,17); }

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

background-color css

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

 a { background-color: rgb(121,8,17); }

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

border-color css

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

 span { border-color: rgb(121,8,17); }

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