Html Css Color HEX #790613 Burgundy

📋 copy color: '#790613'

red 121 ◦ green 6 ◦ blue 19

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

Shades of Burgundy #790613

Tints of Burgundy #790613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

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

R = 82.88%
G = 4.11%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#790613 (or 0x790613) is known color: Burgundy. HEX triplet: 79, 06 and 13. RGB value is (121,6,19). Sum of RGB (Red+Green+Blue) = 121+6+19=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790613 is #86F9EC. Grayscale: #292929. Windows color (decimal): -8845805 or 1246841. OLE color: 1246841.

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

Color convert

RGB 121 6 19 -
CMYK 0 0.95 0.84 0.53
HSL 353.22º 0.91% 0.25% -
HSV(B) 353.22º 0.95% 0.47% -
XYZ 8.07 4.24 1.01 -
YUV 41.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 121 6 19 0 0.95 0.84 0.53 353.22 0.91 0.25
Hex 79 6 13 0 5F 54 35 161 5B 19
Octal 171 6 23 0 137 124 65 541 133 31
Binary 1111001 110 10011 0 1011111 1010100 110101 101100001 1011011 11001

Color Harmonies of #790613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790613

Black with #790613

Text Example


Text Example

White with #790613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790613; }

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

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

background-color css

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

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

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

border-color css

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

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

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