Html Css Color HEX #790129 Burgundy

📋 copy color: '#790129'

red 121 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #790129

Tints of Burgundy #790129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 74.23%
G = 0.61%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#790129 (or 0x790129) is known color: Burgundy. HEX triplet: 79, 01 and 29. RGB value is (121,1,41). Sum of RGB (Red+Green+Blue) = 121+1+41=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790129 is #86FED6. Grayscale: #292929. Windows color (decimal): -8847063 or 2687353. OLE color: 2687353.

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

Color convert

RGB 121 1 41 -
CMYK 0 0.99 0.66 0.53
HSL 340º 0.98% 0.24% -
HSV(B) 340º 0.99% 0.47% -
XYZ 8.3 4.25 2.48 -
YUV 41.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 121 1 41 0 0.99 0.66 0.53 340 0.98 0.24
Hex 79 1 29 0 63 42 35 154 62 18
Octal 171 1 51 0 143 102 65 524 142 30
Binary 1111001 1 101001 0 1100011 1000010 110101 101010100 1100010 11000

Color Harmonies of #790129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790129

Black with #790129

Text Example


Text Example

White with #790129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790129; }

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

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

background-color css

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

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

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

border-color css

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

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

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