Html Css Color HEX #790521 Burgundy

📋 copy color: '#790521'

red 121 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #790521

Tints of Burgundy #790521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 76.1%
G = 3.14%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#790521 (or 0x790521) is known color: Burgundy. HEX triplet: 79, 05 and 21. RGB value is (121,5,33). Sum of RGB (Red+Green+Blue) = 121+5+33=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #790521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790521 is #86FADE. Grayscale: #2A2A2A. Windows color (decimal): -8846047 or 2164089. OLE color: 2164089.

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

Color convert

RGB 121 5 33 -
CMYK 0 0.96 0.73 0.53
HSL 345.52º 0.92% 0.25% -
HSV(B) 345.52º 0.96% 0.47% -
XYZ 8.21 4.28 1.83 -
YUV 42.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 121 5 33 0 0.96 0.73 0.53 345.52 0.92 0.25
Hex 79 5 21 0 60 49 35 15A 5C 19
Octal 171 5 41 0 140 111 65 532 134 31
Binary 1111001 101 100001 0 1100000 1001001 110101 101011010 1011100 11001

Color Harmonies of #790521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790521

Black with #790521

Text Example


Text Example

White with #790521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790521; }

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

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

background-color css

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

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

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

border-color css

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

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

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