Html Css Color HEX #790126 Burgundy

📋 copy color: '#790126'

red 121 ◦ green 1 ◦ blue 38

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

Shades of Burgundy #790126

Tints of Burgundy #790126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 75.63%
G = 0.63%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#790126 (or 0x790126) is known color: Burgundy. HEX triplet: 79, 01 and 26. RGB value is (121,1,38). Sum of RGB (Red+Green+Blue) = 121+1+38=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #790126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790126 is #86FED9. Grayscale: #292929. Windows color (decimal): -8847066 or 2490745. OLE color: 2490745.

HSL color Cylindrical-coordinate representation of color #790126: hue angle of 341.5º 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 #790126 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 38 -
CMYK 0 0.99 0.69 0.53
HSL 341.5º 0.98% 0.24% -
HSV(B) 341.5º 0.99% 0.47% -
XYZ 8.25 4.23 2.21 -
YUV 41.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 121 1 38 0 0.99 0.69 0.53 341.5 0.98 0.24
Hex 79 1 26 0 63 45 35 156 62 18
Octal 171 1 46 0 143 105 65 526 142 30
Binary 1111001 1 100110 0 1100011 1000101 110101 101010110 1100010 11000

Color Harmonies of #790126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790126

Black with #790126

Text Example


Text Example

White with #790126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790126; }

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

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

background-color css

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

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

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

border-color css

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

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

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