Html Css Color HEX #790431 Burgundy

📋 copy color: '#790431'

red 121 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #790431

Tints of Burgundy #790431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 69.54%
G = 2.3%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790431 (or 0x790431) is known color: Burgundy. HEX triplet: 79, 04 and 31. RGB value is (121,4,49). Sum of RGB (Red+Green+Blue) = 121+4+49=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #790431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790431 is #86FBCE. Grayscale: #2C2C2C. Windows color (decimal): -8846287 or 3212409. OLE color: 3212409.

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

Color convert

RGB 121 4 49 -
CMYK 0 0.97 0.60 0.53
HSL 336.92º 0.94% 0.25% -
HSV(B) 336.92º 0.97% 0.47% -
XYZ 8.48 4.37 3.3 -
YUV 44.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 121 4 49 0 0.97 0.60 0.53 336.92 0.94 0.25
Hex 79 4 31 0 61 3C 35 151 5E 19
Octal 171 4 61 0 141 74 65 521 136 31
Binary 1111001 100 110001 0 1100001 111100 110101 101010001 1011110 11001

Color Harmonies of #790431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790431

Black with #790431

Text Example


Text Example

White with #790431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790431; }

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

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

background-color css

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

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

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

border-color css

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

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

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