Html Css Color HEX #79051C Burgundy

📋 copy color: '#79051C'

red 121 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #79051C

Tints of Burgundy #79051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 78.57%
G = 3.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79051C (or 0x79051C) is known color: Burgundy. HEX triplet: 79, 05 and 1C. RGB value is (121,5,28). Sum of RGB (Red+Green+Blue) = 121+5+28=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #79051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79051C is #86FAE3. Grayscale: #2A2A2A. Windows color (decimal): -8846052 or 1836409. OLE color: 1836409.

HSL color Cylindrical-coordinate representation of color #79051C: hue angle of 348.1º 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 #79051C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 28 -
CMYK 0 0.96 0.77 0.53
HSL 348.1º 0.92% 0.25% -
HSV(B) 348.1º 0.96% 0.47% -
XYZ 8.15 4.26 1.49 -
YUV 42.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 121 5 28 0 0.96 0.77 0.53 348.1 0.92 0.25
Hex 79 5 1C 0 60 4D 35 15C 5C 19
Octal 171 5 34 0 140 115 65 534 134 31
Binary 1111001 101 11100 0 1100000 1001101 110101 101011100 1011100 11001

Color Harmonies of #79051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79051C

Black with #79051C

Text Example


Text Example

White with #79051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79051C; }

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

 H1.HeaderClassName
 {
   color: #79051C;
 }
 .AnyTagClassName
 {
   color: #79051C;
 }
</style>

background-color css

<style>
 a { background-color: #79051C; }

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

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

border-color css

<style>
 span { border-color: #79051C; }

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

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