Html Css Color HEX #79001C Burgundy

📋 copy color: '#79001C'

red 121 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #79001C

Tints of Burgundy #79001C

RGB

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

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

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

R = 81.21%
G = 0%
B = 18.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79001C (or 0x79001C) is known color: Burgundy. HEX triplet: 79, 00 and 1C. RGB value is (121,0,28). Sum of RGB (Red+Green+Blue) = 121+0+28=149 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.21% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 121 - color contains mainly: red. Hex color #79001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79001C is #86FFE3. Grayscale: #272727. Windows color (decimal): -8847332 or 1835129. OLE color: 1835129.

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

Color convert

RGB 121 0 28 -
CMYK 0 1 0.77 0.53
HSL 346.12º 1% 0.24% -
HSV(B) 346.12º 1% 0.47% -
XYZ 8.09 4.15 1.47 -
YUV 39.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 121 0 28 0 1 0.77 0.53 346.12 1 0.24
Hex 79 0 1C 0 64 4D 35 15A 64 18
Octal 171 0 34 0 144 115 65 532 144 30
Binary 1111001 0 11100 0 1100100 1001101 110101 101011010 1100100 11000

Color Harmonies of #79001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79001C

Black with #79001C

Text Example


Text Example

White with #79001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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