Html Css Color HEX #79011C Burgundy

📋 copy color: '#79011C'

red 121 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #79011C

Tints of Burgundy #79011C

RGB

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

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

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

R = 80.67%
G = 0.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79011C (or 0x79011C) is known color: Burgundy. HEX triplet: 79, 01 and 1C. RGB value is (121,1,28). Sum of RGB (Red+Green+Blue) = 121+1+28=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #79011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79011C is #86FEE3. Grayscale: #272727. Windows color (decimal): -8847076 or 1835385. OLE color: 1835385.

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

Color convert

RGB 121 1 28 -
CMYK 0 0.99 0.77 0.53
HSL 346.5º 0.98% 0.24% -
HSV(B) 346.5º 0.99% 0.47% -
XYZ 8.11 4.17 1.48 -
YUV 39.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 121 1 28 0 0.99 0.77 0.53 346.5 0.98 0.24
Hex 79 1 1C 0 63 4D 35 15A 62 18
Octal 171 1 34 0 143 115 65 532 142 30
Binary 1111001 1 11100 0 1100011 1001101 110101 101011010 1100010 11000

Color Harmonies of #79011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79011C

Black with #79011C

Text Example


Text Example

White with #79011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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