Html Css Color HEX #790113 Burgundy

📋 copy color: '#790113'

red 121 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #790113

Tints of Burgundy #790113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 85.82%
G = 0.71%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#790113 (or 0x790113) is known color: Burgundy. HEX triplet: 79, 01 and 13. RGB value is (121,1,19). Sum of RGB (Red+Green+Blue) = 121+1+19=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790113 is #86FEEC. Grayscale: #262626. Windows color (decimal): -8847085 or 1245561. OLE color: 1245561.

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

Color convert

RGB 121 1 19 -
CMYK 0 0.99 0.84 0.53
HSL 351º 0.98% 0.24% -
HSV(B) 351º 0.99% 0.47% -
XYZ 8.01 4.13 0.99 -
YUV 38.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 121 1 19 0 0.99 0.84 0.53 351 0.98 0.24
Hex 79 1 13 0 63 54 35 15F 62 18
Octal 171 1 23 0 143 124 65 537 142 30
Binary 1111001 1 10011 0 1100011 1010100 110101 101011111 1100010 11000

Color Harmonies of #790113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790113

Black with #790113

Text Example


Text Example

White with #790113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790113; }

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

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

background-color css

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

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

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

border-color css

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

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

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