Html Css Color HEX #790214 Burgundy

📋 copy color: '#790214'

red 121 ◦ green 2 ◦ blue 20

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

Shades of Burgundy #790214

Tints of Burgundy #790214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 84.62%
G = 1.4%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790214 (or 0x790214) is known color: Burgundy. HEX triplet: 79, 02 and 14. RGB value is (121,2,20). Sum of RGB (Red+Green+Blue) = 121+2+20=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #790214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790214 is #86FDEB. Grayscale: #272727. Windows color (decimal): -8846828 or 1311353. OLE color: 1311353.

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

Color convert

RGB 121 2 20 -
CMYK 0 0.98 0.83 0.53
HSL 350.92º 0.97% 0.24% -
HSV(B) 350.92º 0.98% 0.47% -
XYZ 8.03 4.16 1.04 -
YUV 39.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 121 2 20 0 0.98 0.83 0.53 350.92 0.97 0.24
Hex 79 2 14 0 62 53 35 15F 61 18
Octal 171 2 24 0 142 123 65 537 141 30
Binary 1111001 10 10100 0 1100010 1010011 110101 101011111 1100001 11000

Color Harmonies of #790214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790214

Black with #790214

Text Example


Text Example

White with #790214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790214; }

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

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

background-color css

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

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

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

border-color css

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

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

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