Html Css Color HEX #790514 Burgundy

📋 copy color: '#790514'

red 121 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #790514

Tints of Burgundy #790514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 82.88%
G = 3.42%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790514 (or 0x790514) is known color: Burgundy. HEX triplet: 79, 05 and 14. RGB value is (121,5,20). Sum of RGB (Red+Green+Blue) = 121+5+20=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790514 is #86FAEB. Grayscale: #292929. Windows color (decimal): -8846060 or 1312121. OLE color: 1312121.

HSL color Cylindrical-coordinate representation of color #790514: hue angle of 352.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790514 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 20 -
CMYK 0 0.96 0.83 0.53
HSL 352.24º 0.92% 0.25% -
HSV(B) 352.24º 0.96% 0.47% -
XYZ 8.07 4.22 1.05 -
YUV 41.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 121 5 20 0 0.96 0.83 0.53 352.24 0.92 0.25
Hex 79 5 14 0 60 53 35 160 5C 19
Octal 171 5 24 0 140 123 65 540 134 31
Binary 1111001 101 10100 0 1100000 1010011 110101 101100000 1011100 11001

Color Harmonies of #790514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790514

Black with #790514

Text Example


Text Example

White with #790514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790514; }

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

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

background-color css

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

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

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

border-color css

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

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

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