Html Css Color HEX #790920 Burgundy

📋 copy color: '#790920'

red 121 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #790920

Tints of Burgundy #790920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 74.69%
G = 5.56%
B = 19.75%

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

#790920 (or 0x790920) is known color: Burgundy. HEX triplet: 79, 09 and 20. RGB value is (121,9,32). Sum of RGB (Red+Green+Blue) = 121+9+32=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #790920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790920 is #86F6DF. Grayscale: #2D2D2D. Windows color (decimal): -8845024 or 2099577. OLE color: 2099577.

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

Color convert

RGB 121 9 32 -
CMYK 0 0.93 0.74 0.53
HSL 347.68º 0.86% 0.25% -
HSV(B) 347.68º 0.93% 0.47% -
XYZ 8.24 4.36 1.77 -
YUV 45.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 121 9 32 0 0.93 0.74 0.53 347.68 0.86 0.25
Hex 79 9 20 0 5D 4A 35 15C 56 19
Octal 171 11 40 0 135 112 65 534 126 31
Binary 1111001 1001 100000 0 1011101 1001010 110101 101011100 1010110 11001

Color Harmonies of #790920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790920

Black with #790920

Text Example


Text Example

White with #790920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790920; }

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

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

background-color css

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

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

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

border-color css

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

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

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