Html Css Color HEX #79001F Burgundy

📋 copy color: '#79001F'

red 121 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #79001F

Tints of Burgundy #79001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 79.61%
G = 0%
B = 20.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#79001F (or 0x79001F) is known color: Burgundy. HEX triplet: 79, 00 and 1F. RGB value is (121,0,31). Sum of RGB (Red+Green+Blue) = 121+0+31=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79001F is #86FFE0. Grayscale: #272727. Windows color (decimal): -8847329 or 2031737. OLE color: 2031737.

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

Color convert

RGB 121 0 31 -
CMYK 0 1 0.74 0.53
HSL 344.63º 1% 0.24% -
HSV(B) 344.63º 1% 0.47% -
XYZ 8.13 4.16 1.67 -
YUV 39.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 121 0 31 0 1 0.74 0.53 344.63 1 0.24
Hex 79 0 1F 0 64 4A 35 159 64 18
Octal 171 0 37 0 144 112 65 531 144 30
Binary 1111001 0 11111 0 1100100 1001010 110101 101011001 1100100 11000

Color Harmonies of #79001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79001F

Black with #79001F

Text Example


Text Example

White with #79001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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