Html Css Color HEX #790313 Burgundy

📋 copy color: '#790313'

red 121 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #790313

Tints of Burgundy #790313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

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

R = 84.62%
G = 2.1%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#790313 (or 0x790313) is known color: Burgundy. HEX triplet: 79, 03 and 13. RGB value is (121,3,19). Sum of RGB (Red+Green+Blue) = 121+3+19=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #790313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790313 is #86FCEC. Grayscale: #282828. Windows color (decimal): -8846573 or 1246073. OLE color: 1246073.

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

Color convert

RGB 121 3 19 -
CMYK 0 0.98 0.84 0.53
HSL 351.86º 0.95% 0.24% -
HSV(B) 351.86º 0.98% 0.47% -
XYZ 8.04 4.18 1 -
YUV 40.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 121 3 19 0 0.98 0.84 0.53 351.86 0.95 0.24
Hex 79 3 13 0 62 54 35 160 5F 18
Octal 171 3 23 0 142 124 65 540 137 30
Binary 1111001 11 10011 0 1100010 1010100 110101 101100000 1011111 11000

Color Harmonies of #790313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790313

Black with #790313

Text Example


Text Example

White with #790313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790313; }

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

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

background-color css

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

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

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

border-color css

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

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

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