Html Css Color HEX #790211 Burgundy

📋 copy color: '#790211'

red 121 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #790211

Tints of Burgundy #790211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

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

R = 86.43%
G = 1.43%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#790211 (or 0x790211) is known color: Burgundy. HEX triplet: 79, 02 and 11. RGB value is (121,2,17). Sum of RGB (Red+Green+Blue) = 121+2+17=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790211 is #86FDEE. Grayscale: #272727. Windows color (decimal): -8846831 or 1114745. OLE color: 1114745.

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

Color convert

RGB 121 2 17 -
CMYK 0 0.98 0.86 0.53
HSL 352.44º 0.97% 0.24% -
HSV(B) 352.44º 0.98% 0.47% -
XYZ 8.01 4.15 0.91 -
YUV 39.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 121 2 17 0 0.98 0.86 0.53 352.44 0.97 0.24
Hex 79 2 11 0 62 56 35 160 61 18
Octal 171 2 21 0 142 126 65 540 141 30
Binary 1111001 10 10001 0 1100010 1010110 110101 101100000 1100001 11000

Color Harmonies of #790211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790211

Black with #790211

Text Example


Text Example

White with #790211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790211; }

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

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

background-color css

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

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

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

border-color css

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

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

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