Html Css Color HEX #79011B Burgundy

📋 copy color: '#79011B'

red 121 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #79011B

Tints of Burgundy #79011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 81.21%
G = 0.67%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#79011B (or 0x79011B) is known color: Burgundy. HEX triplet: 79, 01 and 1B. RGB value is (121,1,27). Sum of RGB (Red+Green+Blue) = 121+1+27=149 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.21% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 121 - color contains mainly: red. Hex color #79011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79011B is #86FEE4. Grayscale: #272727. Windows color (decimal): -8847077 or 1769849. OLE color: 1769849.

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

Color convert

RGB 121 1 27 -
CMYK 0 0.99 0.78 0.53
HSL 347º 0.98% 0.24% -
HSV(B) 347º 0.99% 0.47% -
XYZ 8.09 4.17 1.41 -
YUV 39.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 121 1 27 0 0.99 0.78 0.53 347 0.98 0.24
Hex 79 1 1B 0 63 4E 35 15B 62 18
Octal 171 1 33 0 143 116 65 533 142 30
Binary 1111001 1 11011 0 1100011 1001110 110101 101011011 1100010 11000

Color Harmonies of #79011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79011B

Black with #79011B

Text Example


Text Example

White with #79011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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