Html Css Color HEX #79040D Burgundy

📋 copy color: '#79040D'

red 121 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #79040D

Tints of Burgundy #79040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 87.68%
G = 2.9%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79040D (or 0x79040D) is known color: Burgundy. HEX triplet: 79, 04 and 0D. RGB value is (121,4,13). Sum of RGB (Red+Green+Blue) = 121+4+13=138 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.68% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 121 - color contains mainly: red. Hex color #79040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79040D is #86FBF2. Grayscale: #282828. Windows color (decimal): -8846323 or 853113. OLE color: 853113.

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

Color convert

RGB 121 4 13 -
CMYK 0 0.97 0.89 0.53
HSL 355.38º 0.94% 0.25% -
HSV(B) 355.38º 0.97% 0.47% -
XYZ 8 4.18 0.77 -
YUV 40.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 121 4 13 0 0.97 0.89 0.53 355.38 0.94 0.25
Hex 79 4 D 0 61 59 35 163 5E 19
Octal 171 4 15 0 141 131 65 543 136 31
Binary 1111001 100 1101 0 1100001 1011001 110101 101100011 1011110 11001

Color Harmonies of #79040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79040D

Black with #79040D

Text Example


Text Example

White with #79040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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