Html Css Color HEX #79010D Burgundy

📋 copy color: '#79010D'

red 121 ◦ green 1 ◦ blue 13

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

Shades of Burgundy #79010D

Tints of Burgundy #79010D

RGB

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

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

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

R = 89.63%
G = 0.74%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79010D (or 0x79010D) is known color: Burgundy. HEX triplet: 79, 01 and 0D. RGB value is (121,1,13). Sum of RGB (Red+Green+Blue) = 121+1+13=135 (17% of max value = 765). Red value is 121 (47.66% from 255 or 89.63% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 121 - color contains mainly: red. Hex color #79010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79010D is #86FEF2. Grayscale: #262626. Windows color (decimal): -8847091 or 852345. OLE color: 852345.

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

Color convert

RGB 121 1 13 -
CMYK 0 0.99 0.89 0.53
HSL 354º 0.98% 0.24% -
HSV(B) 354º 0.99% 0.47% -
XYZ 7.97 4.12 0.76 -
YUV 38.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 121 1 13 0 0.99 0.89 0.53 354 0.98 0.24
Hex 79 1 D 0 63 59 35 162 62 18
Octal 171 1 15 0 143 131 65 542 142 30
Binary 1111001 1 1101 0 1100011 1011001 110101 101100010 1100010 11000

Color Harmonies of #79010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79010D

Black with #79010D

Text Example


Text Example

White with #79010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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