Html Css Color HEX #790020 Burgundy

📋 copy color: '#790020'

red 121 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #790020

Tints of Burgundy #790020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.08%
G = 0%
B = 20.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#790020 (or 0x790020) is known color: Burgundy. HEX triplet: 79, 00 and 20. RGB value is (121,0,32). Sum of RGB (Red+Green+Blue) = 121+0+32=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #790020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790020 is #86FFDF. Grayscale: #272727. Windows color (decimal): -8847328 or 2097273. OLE color: 2097273.

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

Color convert

RGB 121 0 32 -
CMYK 0 1 0.74 0.53
HSL 344.13º 1% 0.24% -
HSV(B) 344.13º 1% 0.47% -
XYZ 8.15 4.17 1.74 -
YUV 39.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 121 0 32 0 1 0.74 0.53 344.13 1 0.24
Hex 79 0 20 0 64 4A 35 158 64 18
Octal 171 0 40 0 144 112 65 530 144 30
Binary 1111001 0 100000 0 1100100 1001010 110101 101011000 1100100 11000

Color Harmonies of #790020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790020

Black with #790020

Text Example


Text Example

White with #790020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790020; }

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

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

background-color css

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

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

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

border-color css

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

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

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