Html Css Color HEX #79051E Burgundy

📋 copy color: '#79051E'

red 121 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #79051E

Tints of Burgundy #79051E

RGB

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

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

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

R = 77.56%
G = 3.21%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79051E (or 0x79051E) is known color: Burgundy. HEX triplet: 79, 05 and 1E. RGB value is (121,5,30). Sum of RGB (Red+Green+Blue) = 121+5+30=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #79051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79051E is #86FAE1. Grayscale: #2A2A2A. Windows color (decimal): -8846050 or 1967481. OLE color: 1967481.

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

Color convert

RGB 121 5 30 -
CMYK 0 0.96 0.75 0.53
HSL 347.07º 0.92% 0.25% -
HSV(B) 347.07º 0.96% 0.47% -
XYZ 8.17 4.27 1.62 -
YUV 42.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 121 5 30 0 0.96 0.75 0.53 347.07 0.92 0.25
Hex 79 5 1E 0 60 4B 35 15B 5C 19
Octal 171 5 36 0 140 113 65 533 134 31
Binary 1111001 101 11110 0 1100000 1001011 110101 101011011 1011100 11001

Color Harmonies of #79051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79051E

Black with #79051E

Text Example


Text Example

White with #79051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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