Html Css Color HEX #790420 Burgundy

📋 copy color: '#790420'

red 121 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #790420

Tints of Burgundy #790420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 77.07%
G = 2.55%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#790420 (or 0x790420) is known color: Burgundy. HEX triplet: 79, 04 and 20. RGB value is (121,4,32). Sum of RGB (Red+Green+Blue) = 121+4+32=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #790420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790420 is #86FBDF. Grayscale: #2A2A2A. Windows color (decimal): -8846304 or 2098297. OLE color: 2098297.

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

Color convert

RGB 121 4 32 -
CMYK 0 0.97 0.74 0.53
HSL 345.64º 0.94% 0.25% -
HSV(B) 345.64º 0.97% 0.47% -
XYZ 8.19 4.26 1.76 -
YUV 42.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 121 4 32 0 0.97 0.74 0.53 345.64 0.94 0.25
Hex 79 4 20 0 61 4A 35 15A 5E 19
Octal 171 4 40 0 141 112 65 532 136 31
Binary 1111001 100 100000 0 1100001 1001010 110101 101011010 1011110 11001

Color Harmonies of #790420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790420

Black with #790420

Text Example


Text Example

White with #790420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790420; }

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

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

background-color css

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

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

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

border-color css

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

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

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