Html Css Color HEX #79020E Burgundy

📋 copy color: '#79020E'

red 121 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #79020E

Tints of Burgundy #79020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.22%

R = 88.32%
G = 1.46%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79020E (or 0x79020E) is known color: Burgundy. HEX triplet: 79, 02 and 0E. RGB value is (121,2,14). Sum of RGB (Red+Green+Blue) = 121+2+14=137 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.32% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 121 - color contains mainly: red. Hex color #79020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79020E is #86FDF1. Grayscale: #272727. Windows color (decimal): -8846834 or 918137. OLE color: 918137.

HSL color Cylindrical-coordinate representation of color #79020E: hue angle of 353.95º 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 #79020E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 2 14 -
CMYK 0 0.98 0.88 0.53
HSL 353.95º 0.97% 0.24% -
HSV(B) 353.95º 0.98% 0.47% -
XYZ 7.99 4.14 0.79 -
YUV 38.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 121 2 14 0 0.98 0.88 0.53 353.95 0.97 0.24
Hex 79 2 E 0 62 58 35 162 61 18
Octal 171 2 16 0 142 130 65 542 141 30
Binary 1111001 10 1110 0 1100010 1011000 110101 101100010 1100001 11000

Color Harmonies of #79020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79020E

Black with #79020E

Text Example


Text Example

White with #79020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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