Html Css Color HEX #790820 Burgundy

📋 copy color: '#790820'

red 121 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #790820

Tints of Burgundy #790820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 75.16%
G = 4.97%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#790820 (or 0x790820) is known color: Burgundy. HEX triplet: 79, 08 and 20. RGB value is (121,8,32). Sum of RGB (Red+Green+Blue) = 121+8+32=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790820 is #86F7DF. Grayscale: #2C2C2C. Windows color (decimal): -8845280 or 2099321. OLE color: 2099321.

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

Color convert

RGB 121 8 32 -
CMYK 0 0.93 0.74 0.53
HSL 347.26º 0.88% 0.25% -
HSV(B) 347.26º 0.93% 0.47% -
XYZ 8.23 4.34 1.77 -
YUV 44.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 121 8 32 0 0.93 0.74 0.53 347.26 0.88 0.25
Hex 79 8 20 0 5D 4A 35 15B 58 19
Octal 171 10 40 0 135 112 65 533 130 31
Binary 1111001 1000 100000 0 1011101 1001010 110101 101011011 1011000 11001

Color Harmonies of #790820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790820

Black with #790820

Text Example


Text Example

White with #790820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790820; }

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

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

background-color css

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

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

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

border-color css

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

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

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