Html Css Color HEX #791021 Burgundy

📋 copy color: '#791021'

red 121 ◦ green 16 ◦ blue 33

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

Shades of Burgundy #791021

Tints of Burgundy #791021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 71.18%
G = 9.41%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#791021 (or 0x791021) is known color: Burgundy. HEX triplet: 79, 10 and 21. RGB value is (121,16,33). Sum of RGB (Red+Green+Blue) = 121+16+33=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #791021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791021 is #86EFDE. Grayscale: #313131. Windows color (decimal): -8843231 or 2166905. OLE color: 2166905.

HSL color Cylindrical-coordinate representation of color #791021: hue angle of 350.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791021 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 33 -
CMYK 0 0.87 0.73 0.53
HSL 350.29º 0.77% 0.27% -
HSV(B) 350.29º 0.87% 0.47% -
XYZ 8.34 4.55 1.88 -
YUV 49.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 121 16 33 0 0.87 0.73 0.53 350.29 0.77 0.27
Hex 79 10 21 0 57 49 35 15E 4D 1B
Octal 171 20 41 0 127 111 65 536 115 33
Binary 1111001 10000 100001 0 1010111 1001001 110101 101011110 1001101 11011

Color Harmonies of #791021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791021

Black with #791021

Text Example


Text Example

White with #791021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791021; }

 p { color: rgb(121,16,33); }

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

background-color css

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

 a { background-color: rgb(121,16,33); }

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

border-color css

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

 span { border-color: rgb(121,16,33); }

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