Html Css Color HEX #790D14 Burgundy

📋 copy color: '#790D14'

red 121 ◦ green 13 ◦ blue 20

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

Shades of Burgundy #790D14

Tints of Burgundy #790D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.44%

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 78.57%
G = 8.44%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790D14 (or 0x790D14) is known color: Burgundy. HEX triplet: 79, 0D and 14. RGB value is (121,13,20). Sum of RGB (Red+Green+Blue) = 121+13+20=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D14 is #86F2EB. Grayscale: #2E2E2E. Windows color (decimal): -8844012 or 1314169. OLE color: 1314169.

HSL color Cylindrical-coordinate representation of color #790D14: hue angle of 356.11º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D14 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 13 20 -
CMYK 0 0.89 0.83 0.53
HSL 356.11º 0.81% 0.26% -
HSV(B) 356.11º 0.89% 0.47% -
XYZ 8.16 4.4 1.08 -
YUV 46.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 121 13 20 0 0.89 0.83 0.53 356.11 0.81 0.26
Hex 79 D 14 0 59 53 35 164 51 1A
Octal 171 15 24 0 131 123 65 544 121 32
Binary 1111001 1101 10100 0 1011001 1010011 110101 101100100 1010001 11010

Color Harmonies of #790D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D14

Black with #790D14

Text Example


Text Example

White with #790D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790D14; }

 p { color: rgb(121,13,20); }

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

background-color css

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

 a { background-color: rgb(121,13,20); }

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

border-color css

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

 span { border-color: rgb(121,13,20); }

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