Html Css Color HEX #79050E Burgundy

📋 copy color: '#79050E'

red 121 ◦ green 5 ◦ blue 14

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

Shades of Burgundy #79050E

Tints of Burgundy #79050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

 BLUE value IS 14 (5.86% from 255) = 10%

R = 86.43%
G = 3.57%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79050E (or 0x79050E) is known color: Burgundy. HEX triplet: 79, 05 and 0E. RGB value is (121,5,14). Sum of RGB (Red+Green+Blue) = 121+5+14=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #79050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79050E is #86FAF1. Grayscale: #282828. Windows color (decimal): -8846066 or 918905. OLE color: 918905.

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

Color convert

RGB 121 5 14 -
CMYK 0 0.96 0.88 0.53
HSL 355.34º 0.92% 0.25% -
HSV(B) 355.34º 0.96% 0.47% -
XYZ 8.02 4.21 0.8 -
YUV 40.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 121 5 14 0 0.96 0.88 0.53 355.34 0.92 0.25
Hex 79 5 E 0 60 58 35 163 5C 19
Octal 171 5 16 0 140 130 65 543 134 31
Binary 1111001 101 1110 0 1100000 1011000 110101 101100011 1011100 11001

Color Harmonies of #79050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79050E

Black with #79050E

Text Example


Text Example

White with #79050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79050E; }

 p { color: rgb(121,5,14); }

 H1.HeaderClassName
 {
   color: #79050E;
 }
 .AnyTagClassName
 {
   color: #79050E;
 }
</style>

background-color css

<style>
 a { background-color: #79050E; }

 a { background-color: rgb(121,5,14); }

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

border-color css

<style>
 span { border-color: #79050E; }

 span { border-color: rgb(121,5,14); }

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