Html Css Color HEX #79081A Burgundy

📋 copy color: '#79081A'

red 121 ◦ green 8 ◦ blue 26

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

Shades of Burgundy #79081A

Tints of Burgundy #79081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 78.06%
G = 5.16%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79081A (or 0x79081A) is known color: Burgundy. HEX triplet: 79, 08 and 1A. RGB value is (121,8,26). Sum of RGB (Red+Green+Blue) = 121+8+26=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #79081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79081A is #86F7E5. Grayscale: #2B2B2B. Windows color (decimal): -8845286 or 1706105. OLE color: 1706105.

HSL color Cylindrical-coordinate representation of color #79081A: hue angle of 350.44º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79081A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 8 26 -
CMYK 0 0.93 0.79 0.53
HSL 350.44º 0.88% 0.25% -
HSV(B) 350.44º 0.93% 0.47% -
XYZ 8.16 4.31 1.38 -
YUV 43.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 121 8 26 0 0.93 0.79 0.53 350.44 0.88 0.25
Hex 79 8 1A 0 5D 4F 35 15E 58 19
Octal 171 10 32 0 135 117 65 536 130 31
Binary 1111001 1000 11010 0 1011101 1001111 110101 101011110 1011000 11001

Color Harmonies of #79081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79081A

Black with #79081A

Text Example


Text Example

White with #79081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79081A; }

 p { color: rgb(121,8,26); }

 H1.HeaderClassName
 {
   color: #79081A;
 }
 .AnyTagClassName
 {
   color: #79081A;
 }
</style>

background-color css

<style>
 a { background-color: #79081A; }

 a { background-color: rgb(121,8,26); }

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

border-color css

<style>
 span { border-color: #79081A; }

 span { border-color: rgb(121,8,26); }

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