Html Css Color HEX #790F14 Burgundy

📋 copy color: '#790F14'

red 121 ◦ green 15 ◦ blue 20

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

Shades of Burgundy #790F14

Tints of Burgundy #790F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

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

R = 77.56%
G = 9.62%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790F14 (or 0x790F14) is known color: Burgundy. HEX triplet: 79, 0F and 14. RGB value is (121,15,20). Sum of RGB (Red+Green+Blue) = 121+15+20=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #790F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F14 is #86F0EB. Grayscale: #2F2F2F. Windows color (decimal): -8843500 or 1314681. OLE color: 1314681.

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

Color convert

RGB 121 15 20 -
CMYK 0 0.88 0.83 0.53
HSL 357.17º 0.78% 0.27% -
HSV(B) 357.17º 0.88% 0.47% -
XYZ 8.18 4.46 1.09 -
YUV 47.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 121 15 20 0 0.88 0.83 0.53 357.17 0.78 0.27
Hex 79 F 14 0 58 53 35 165 4E 1B
Octal 171 17 24 0 130 123 65 545 116 33
Binary 1111001 1111 10100 0 1011000 1010011 110101 101100101 1001110 11011

Color Harmonies of #790F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F14

Black with #790F14

Text Example


Text Example

White with #790F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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