Html Css Color HEX #790413 Burgundy

📋 copy color: '#790413'

red 121 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #790413

Tints of Burgundy #790413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 84.03%
G = 2.78%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#790413 (or 0x790413) is known color: Burgundy. HEX triplet: 79, 04 and 13. RGB value is (121,4,19). Sum of RGB (Red+Green+Blue) = 121+4+19=144 (19% of max value = 765). Red value is 121 (47.66% from 255 or 84.03% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 121 - color contains mainly: red. Hex color #790413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790413 is #86FBEC. Grayscale: #282828. Windows color (decimal): -8846317 or 1246329. OLE color: 1246329.

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

Color convert

RGB 121 4 19 -
CMYK 0 0.97 0.84 0.53
HSL 352.31º 0.94% 0.25% -
HSV(B) 352.31º 0.97% 0.47% -
XYZ 8.05 4.2 1 -
YUV 40.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 121 4 19 0 0.97 0.84 0.53 352.31 0.94 0.25
Hex 79 4 13 0 61 54 35 160 5E 19
Octal 171 4 23 0 141 124 65 540 136 31
Binary 1111001 100 10011 0 1100001 1010100 110101 101100000 1011110 11001

Color Harmonies of #790413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790413

Black with #790413

Text Example


Text Example

White with #790413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790413; }

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

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

background-color css

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

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

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

border-color css

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

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

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