Html Css Color HEX #79031D Burgundy

📋 copy color: '#79031D'

red 121 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #79031D

Tints of Burgundy #79031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 79.08%
G = 1.96%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#79031D (or 0x79031D) is known color: Burgundy. HEX triplet: 79, 03 and 1D. RGB value is (121,3,29). Sum of RGB (Red+Green+Blue) = 121+3+29=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79031D is #86FCE2. Grayscale: #292929. Windows color (decimal): -8846563 or 1901433. OLE color: 1901433.

HSL color Cylindrical-coordinate representation of color #79031D: hue angle of 346.78º 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 #79031D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 29 -
CMYK 0 0.98 0.76 0.53
HSL 346.78º 0.95% 0.24% -
HSV(B) 346.78º 0.98% 0.47% -
XYZ 8.14 4.22 1.55 -
YUV 41.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 121 3 29 0 0.98 0.76 0.53 346.78 0.95 0.24
Hex 79 3 1D 0 62 4C 35 15B 5F 18
Octal 171 3 35 0 142 114 65 533 137 30
Binary 1111001 11 11101 0 1100010 1001100 110101 101011011 1011111 11000

Color Harmonies of #79031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79031D

Black with #79031D

Text Example


Text Example

White with #79031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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