Html Css Color HEX #790429 Burgundy

📋 copy color: '#790429'

red 121 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #790429

Tints of Burgundy #790429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 72.89%
G = 2.41%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#790429 (or 0x790429) is known color: Burgundy. HEX triplet: 79, 04 and 29. RGB value is (121,4,41). Sum of RGB (Red+Green+Blue) = 121+4+41=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #790429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790429 is #86FBD6. Grayscale: #2B2B2B. Windows color (decimal): -8846295 or 2688121. OLE color: 2688121.

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

Color convert

RGB 121 4 41 -
CMYK 0 0.97 0.66 0.53
HSL 341.03º 0.94% 0.25% -
HSV(B) 341.03º 0.97% 0.47% -
XYZ 8.33 4.31 2.49 -
YUV 43.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 121 4 41 0 0.97 0.66 0.53 341.03 0.94 0.25
Hex 79 4 29 0 61 42 35 155 5E 19
Octal 171 4 51 0 141 102 65 525 136 31
Binary 1111001 100 101001 0 1100001 1000010 110101 101010101 1011110 11001

Color Harmonies of #790429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790429

Black with #790429

Text Example


Text Example

White with #790429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790429; }

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

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

background-color css

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

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

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

border-color css

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

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

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