Html Css Color HEX #79041E Burgundy

📋 copy color: '#79041E'

red 121 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #79041E

Tints of Burgundy #79041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 78.06%
G = 2.58%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79041E (or 0x79041E) is known color: Burgundy. HEX triplet: 79, 04 and 1E. RGB value is (121,4,30). Sum of RGB (Red+Green+Blue) = 121+4+30=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #79041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79041E is #86FBE1. Grayscale: #292929. Windows color (decimal): -8846306 or 1967225. OLE color: 1967225.

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

Color convert

RGB 121 4 30 -
CMYK 0 0.97 0.75 0.53
HSL 346.67º 0.94% 0.25% -
HSV(B) 346.67º 0.97% 0.47% -
XYZ 8.16 4.25 1.62 -
YUV 41.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 121 4 30 0 0.97 0.75 0.53 346.67 0.94 0.25
Hex 79 4 1E 0 61 4B 35 15B 5E 19
Octal 171 4 36 0 141 113 65 533 136 31
Binary 1111001 100 11110 0 1100001 1001011 110101 101011011 1011110 11001

Color Harmonies of #79041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79041E

Black with #79041E

Text Example


Text Example

White with #79041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,4,30); }

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

background-color css

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

 a { background-color: rgb(121,4,30); }

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

border-color css

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

 span { border-color: rgb(121,4,30); }

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