Html Css Color HEX #790112 Burgundy

📋 copy color: '#790112'

red 121 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #790112

Tints of Burgundy #790112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 86.43%
G = 0.71%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#790112 (or 0x790112) is known color: Burgundy. HEX triplet: 79, 01 and 12. RGB value is (121,1,18). Sum of RGB (Red+Green+Blue) = 121+1+18=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790112 is #86FEED. Grayscale: #262626. Windows color (decimal): -8847086 or 1180025. OLE color: 1180025.

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

Color convert

RGB 121 1 18 -
CMYK 0 0.99 0.85 0.53
HSL 351.5º 0.98% 0.24% -
HSV(B) 351.5º 0.99% 0.47% -
XYZ 8.01 4.13 0.95 -
YUV 38.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 121 1 18 0 0.99 0.85 0.53 351.5 0.98 0.24
Hex 79 1 12 0 63 55 35 160 62 18
Octal 171 1 22 0 143 125 65 540 142 30
Binary 1111001 1 10010 0 1100011 1010101 110101 101100000 1100010 11000

Color Harmonies of #790112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790112

Black with #790112

Text Example


Text Example

White with #790112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790112; }

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

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

background-color css

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

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

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

border-color css

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

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

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