Html Css Color HEX #79011F Burgundy

📋 copy color: '#79011F'

red 121 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #79011F

Tints of Burgundy #79011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 79.08%
G = 0.65%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#79011F (or 0x79011F) is known color: Burgundy. HEX triplet: 79, 01 and 1F. RGB value is (121,1,31). Sum of RGB (Red+Green+Blue) = 121+1+31=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79011F is #86FEE0. Grayscale: #282828. Windows color (decimal): -8847073 or 2031993. OLE color: 2031993.

HSL color Cylindrical-coordinate representation of color #79011F: hue angle of 345º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79011F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 31 -
CMYK 0 0.99 0.74 0.53
HSL 345º 0.98% 0.24% -
HSV(B) 345º 0.99% 0.47% -
XYZ 8.14 4.19 1.68 -
YUV 40.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 121 1 31 0 0.99 0.74 0.53 345 0.98 0.24
Hex 79 1 1F 0 63 4A 35 159 62 18
Octal 171 1 37 0 143 112 65 531 142 30
Binary 1111001 1 11111 0 1100011 1001010 110101 101011001 1100010 11000

Color Harmonies of #79011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79011F

Black with #79011F

Text Example


Text Example

White with #79011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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