Html Css Color HEX #79011D Burgundy

📋 copy color: '#79011D'

red 121 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #79011D

Tints of Burgundy #79011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 80.13%
G = 0.66%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#79011D (or 0x79011D) is known color: Burgundy. HEX triplet: 79, 01 and 1D. RGB value is (121,1,29). Sum of RGB (Red+Green+Blue) = 121+1+29=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #79011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79011D is #86FEE2. Grayscale: #282828. Windows color (decimal): -8847075 or 1900921. OLE color: 1900921.

HSL color Cylindrical-coordinate representation of color #79011D: hue angle of 346º 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 #79011D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 29 -
CMYK 0 0.99 0.76 0.53
HSL 346º 0.98% 0.24% -
HSV(B) 346º 0.99% 0.47% -
XYZ 8.12 4.18 1.54 -
YUV 40.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 121 1 29 0 0.99 0.76 0.53 346 0.98 0.24
Hex 79 1 1D 0 63 4C 35 15A 62 18
Octal 171 1 35 0 143 114 65 532 142 30
Binary 1111001 1 11101 0 1100011 1001100 110101 101011010 1100010 11000

Color Harmonies of #79011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79011D

Black with #79011D

Text Example


Text Example

White with #79011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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