Html Css Color HEX #790120 Burgundy

📋 copy color: '#790120'

red 121 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #790120

Tints of Burgundy #790120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 78.57%
G = 0.65%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#790120 (or 0x790120) is known color: Burgundy. HEX triplet: 79, 01 and 20. RGB value is (121,1,32). Sum of RGB (Red+Green+Blue) = 121+1+32=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790120 is #86FEDF. Grayscale: #282828. Windows color (decimal): -8847072 or 2097529. OLE color: 2097529.

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

Color convert

RGB 121 1 32 -
CMYK 0 0.99 0.74 0.53
HSL 344.5º 0.98% 0.24% -
HSV(B) 344.5º 0.99% 0.47% -
XYZ 8.16 4.19 1.75 -
YUV 40.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 121 1 32 0 0.99 0.74 0.53 344.5 0.98 0.24
Hex 79 1 20 0 63 4A 35 158 62 18
Octal 171 1 40 0 143 112 65 530 142 30
Binary 1111001 1 100000 0 1100011 1001010 110101 101011000 1100010 11000

Color Harmonies of #790120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790120

Black with #790120

Text Example


Text Example

White with #790120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790120; }

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

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

background-color css

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

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

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

border-color css

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

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

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