Html Css Color HEX #79072E Burgundy

📋 copy color: '#79072E'

red 121 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #79072E

Tints of Burgundy #79072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 69.54%
G = 4.02%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#79072E (or 0x79072E) is known color: Burgundy. HEX triplet: 79, 07 and 2E. RGB value is (121,7,46). Sum of RGB (Red+Green+Blue) = 121+7+46=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79072E is #86F8D1. Grayscale: #2D2D2D. Windows color (decimal): -8845522 or 3016569. OLE color: 3016569.

HSL color Cylindrical-coordinate representation of color #79072E: hue angle of 339.47º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79072E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 7 46 -
CMYK 0 0.94 0.62 0.53
HSL 339.47º 0.89% 0.25% -
HSV(B) 339.47º 0.94% 0.47% -
XYZ 8.45 4.41 2.99 -
YUV 45.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 121 7 46 0 0.94 0.62 0.53 339.47 0.89 0.25
Hex 79 7 2E 0 5E 3E 35 153 59 19
Octal 171 7 56 0 136 76 65 523 131 31
Binary 1111001 111 101110 0 1011110 111110 110101 101010011 1011001 11001

Color Harmonies of #79072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79072E

Black with #79072E

Text Example


Text Example

White with #79072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,7,46); }

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

background-color css

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

 a { background-color: rgb(121,7,46); }

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

border-color css

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

 span { border-color: rgb(121,7,46); }

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