Html Css Color HEX #79031C Burgundy

📋 copy color: '#79031C'

red 121 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #79031C

Tints of Burgundy #79031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 79.61%
G = 1.97%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79031C (or 0x79031C) is known color: Burgundy. HEX triplet: 79, 03 and 1C. RGB value is (121,3,28). Sum of RGB (Red+Green+Blue) = 121+3+28=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79031C is #86FCE3. Grayscale: #292929. Windows color (decimal): -8846564 or 1835897. OLE color: 1835897.

HSL color Cylindrical-coordinate representation of color #79031C: hue angle of 347.29º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79031C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 28 -
CMYK 0 0.98 0.77 0.53
HSL 347.29º 0.95% 0.24% -
HSV(B) 347.29º 0.98% 0.47% -
XYZ 8.13 4.21 1.48 -
YUV 41.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 121 3 28 0 0.98 0.77 0.53 347.29 0.95 0.24
Hex 79 3 1C 0 62 4D 35 15B 5F 18
Octal 171 3 34 0 142 115 65 533 137 30
Binary 1111001 11 11100 0 1100010 1001101 110101 101011011 1011111 11000

Color Harmonies of #79031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79031C

Black with #79031C

Text Example


Text Example

White with #79031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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