Html Css Color HEX #790729 Burgundy

📋 copy color: '#790729'

red 121 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #790729

Tints of Burgundy #790729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.14%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 71.6%
G = 4.14%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#790729 (or 0x790729) is known color: Burgundy. HEX triplet: 79, 07 and 29. RGB value is (121,7,41). Sum of RGB (Red+Green+Blue) = 121+7+41=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #790729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790729 is #86F8D6. Grayscale: #2C2C2C. Windows color (decimal): -8845527 or 2688889. OLE color: 2688889.

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

Color convert

RGB 121 7 41 -
CMYK 0 0.94 0.66 0.53
HSL 342.11º 0.89% 0.25% -
HSV(B) 342.11º 0.94% 0.47% -
XYZ 8.36 4.38 2.5 -
YUV 44.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 121 7 41 0 0.94 0.66 0.53 342.11 0.89 0.25
Hex 79 7 29 0 5E 42 35 156 59 19
Octal 171 7 51 0 136 102 65 526 131 31
Binary 1111001 111 101001 0 1011110 1000010 110101 101010110 1011001 11001

Color Harmonies of #790729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790729

Black with #790729

Text Example


Text Example

White with #790729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790729; }

 p { color: rgb(121,7,41); }

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

background-color css

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

 a { background-color: rgb(121,7,41); }

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

border-color css

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

 span { border-color: rgb(121,7,41); }

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