Html Css Color HEX #79021D Burgundy

📋 copy color: '#79021D'

red 121 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #79021D

Tints of Burgundy #79021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 79.61%
G = 1.32%
B = 19.08%

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

#79021D (or 0x79021D) is known color: Burgundy. HEX triplet: 79, 02 and 1D. RGB value is (121,2,29). Sum of RGB (Red+Green+Blue) = 121+2+29=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79021D is #86FDE2. Grayscale: #282828. Windows color (decimal): -8846819 or 1901177. OLE color: 1901177.

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

Color convert

RGB 121 2 29 -
CMYK 0 0.98 0.76 0.53
HSL 346.39º 0.97% 0.24% -
HSV(B) 346.39º 0.98% 0.47% -
XYZ 8.13 4.2 1.54 -
YUV 40.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 121 2 29 0 0.98 0.76 0.53 346.39 0.97 0.24
Hex 79 2 1D 0 62 4C 35 15A 61 18
Octal 171 2 35 0 142 114 65 532 141 30
Binary 1111001 10 11101 0 1100010 1001100 110101 101011010 1100001 11000

Color Harmonies of #79021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79021D

Black with #79021D

Text Example


Text Example

White with #79021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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