Html Css Color HEX #79012F Burgundy

📋 copy color: '#79012F'

red 121 ◦ green 1 ◦ blue 47

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

Shades of Burgundy #79012F

Tints of Burgundy #79012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 71.6%
G = 0.59%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#79012F (or 0x79012F) is known color: Burgundy. HEX triplet: 79, 01 and 2F. RGB value is (121,1,47). Sum of RGB (Red+Green+Blue) = 121+1+47=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #79012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79012F is #86FED0. Grayscale: #2A2A2A. Windows color (decimal): -8847057 or 3080569. OLE color: 3080569.

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

Color convert

RGB 121 1 47 -
CMYK 0 0.99 0.61 0.53
HSL 337º 0.98% 0.24% -
HSV(B) 337º 0.99% 0.47% -
XYZ 8.41 4.29 3.07 -
YUV 42.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 121 1 47 0 0.99 0.61 0.53 337 0.98 0.24
Hex 79 1 2F 0 63 3D 35 151 62 18
Octal 171 1 57 0 143 75 65 521 142 30
Binary 1111001 1 101111 0 1100011 111101 110101 101010001 1100010 11000

Color Harmonies of #79012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79012F

Black with #79012F

Text Example


Text Example

White with #79012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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