Html Css Color HEX #790331 Burgundy

📋 copy color: '#790331'

red 121 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #790331

Tints of Burgundy #790331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 69.94%
G = 1.73%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790331 (or 0x790331) is known color: Burgundy. HEX triplet: 79, 03 and 31. RGB value is (121,3,49). Sum of RGB (Red+Green+Blue) = 121+3+49=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #790331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790331 is #86FCCE. Grayscale: #2B2B2B. Windows color (decimal): -8846543 or 3212153. OLE color: 3212153.

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

Color convert

RGB 121 3 49 -
CMYK 0 0.98 0.60 0.53
HSL 336.61º 0.95% 0.24% -
HSV(B) 336.61º 0.98% 0.47% -
XYZ 8.47 4.35 3.3 -
YUV 43.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 121 3 49 0 0.98 0.60 0.53 336.61 0.95 0.24
Hex 79 3 31 0 62 3C 35 151 5F 18
Octal 171 3 61 0 142 74 65 521 137 30
Binary 1111001 11 110001 0 1100010 111100 110101 101010001 1011111 11000

Color Harmonies of #790331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790331

Black with #790331

Text Example


Text Example

White with #790331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790331; }

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

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

background-color css

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

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

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

border-color css

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

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

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