Html Css Color HEX #790713 Burgundy

📋 copy color: '#790713'

red 121 ◦ green 7 ◦ blue 19

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

Shades of Burgundy #790713

Tints of Burgundy #790713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 82.31%
G = 4.76%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#790713 (or 0x790713) is known color: Burgundy. HEX triplet: 79, 07 and 13. RGB value is (121,7,19). Sum of RGB (Red+Green+Blue) = 121+7+19=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790713 is #86F8EC. Grayscale: #2A2A2A. Windows color (decimal): -8845549 or 1247097. OLE color: 1247097.

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

Color convert

RGB 121 7 19 -
CMYK 0 0.94 0.84 0.53
HSL 353.68º 0.89% 0.25% -
HSV(B) 353.68º 0.94% 0.47% -
XYZ 8.08 4.26 1.01 -
YUV 42.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 121 7 19 0 0.94 0.84 0.53 353.68 0.89 0.25
Hex 79 7 13 0 5E 54 35 162 59 19
Octal 171 7 23 0 136 124 65 542 131 31
Binary 1111001 111 10011 0 1011110 1010100 110101 101100010 1011001 11001

Color Harmonies of #790713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790713

Black with #790713

Text Example


Text Example

White with #790713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790713; }

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

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

background-color css

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

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

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

border-color css

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

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

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