Html Css Color HEX #79001A Burgundy

📋 copy color: '#79001A'

red 121 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #79001A

Tints of Burgundy #79001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.31%
G = 0%
B = 17.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79001A (or 0x79001A) is known color: Burgundy. HEX triplet: 79, 00 and 1A. RGB value is (121,0,26). Sum of RGB (Red+Green+Blue) = 121+0+26=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #79001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79001A is #86FFE5. Grayscale: #272727. Windows color (decimal): -8847334 or 1704057. OLE color: 1704057.

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

Color convert

RGB 121 0 26 -
CMYK 0 1 0.79 0.53
HSL 347.11º 1% 0.24% -
HSV(B) 347.11º 1% 0.47% -
XYZ 8.07 4.14 1.35 -
YUV 39.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 121 0 26 0 1 0.79 0.53 347.11 1 0.24
Hex 79 0 1A 0 64 4F 35 15B 64 18
Octal 171 0 32 0 144 117 65 533 144 30
Binary 1111001 0 11010 0 1100100 1001111 110101 101011011 1100100 11000

Color Harmonies of #79001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79001A

Black with #79001A

Text Example


Text Example

White with #79001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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