Html Css Color HEX #79051F Burgundy

📋 copy color: '#79051F'

red 121 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #79051F

Tints of Burgundy #79051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 77.07%
G = 3.18%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#79051F (or 0x79051F) is known color: Burgundy. HEX triplet: 79, 05 and 1F. RGB value is (121,5,31). Sum of RGB (Red+Green+Blue) = 121+5+31=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #79051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79051F is #86FAE0. Grayscale: #2A2A2A. Windows color (decimal): -8846049 or 2033017. OLE color: 2033017.

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

Color convert

RGB 121 5 31 -
CMYK 0 0.96 0.74 0.53
HSL 346.55º 0.92% 0.25% -
HSV(B) 346.55º 0.96% 0.47% -
XYZ 8.19 4.27 1.69 -
YUV 42.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 121 5 31 0 0.96 0.74 0.53 346.55 0.92 0.25
Hex 79 5 1F 0 60 4A 35 15B 5C 19
Octal 171 5 37 0 140 112 65 533 134 31
Binary 1111001 101 11111 0 1100000 1001010 110101 101011011 1011100 11001

Color Harmonies of #79051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79051F

Black with #79051F

Text Example


Text Example

White with #79051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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