Html Css Color HEX #790934 Burgundy

📋 copy color: '#790934'

red 121 ◦ green 9 ◦ blue 52

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

Shades of Burgundy #790934

Tints of Burgundy #790934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 66.48%
G = 4.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#790934 (or 0x790934) is known color: Burgundy. HEX triplet: 79, 09 and 34. RGB value is (121,9,52). Sum of RGB (Red+Green+Blue) = 121+9+52=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #790934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790934 is #86F6CB. Grayscale: #2F2F2F. Windows color (decimal): -8845004 or 3410297. OLE color: 3410297.

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

Color convert

RGB 121 9 52 -
CMYK 0 0.93 0.57 0.53
HSL 336.96º 0.86% 0.25% -
HSV(B) 336.96º 0.93% 0.47% -
XYZ 8.6 4.51 3.67 -
YUV 47.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 121 9 52 0 0.93 0.57 0.53 336.96 0.86 0.25
Hex 79 9 34 0 5D 39 35 151 56 19
Octal 171 11 64 0 135 71 65 521 126 31
Binary 1111001 1001 110100 0 1011101 111001 110101 101010001 1010110 11001

Color Harmonies of #790934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790934

Black with #790934

Text Example


Text Example

White with #790934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790934; }

 p { color: rgb(121,9,52); }

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

background-color css

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

 a { background-color: rgb(121,9,52); }

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

border-color css

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

 span { border-color: rgb(121,9,52); }

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