Html Css Color HEX #790933 Burgundy

📋 copy color: '#790933'

red 121 ◦ green 9 ◦ blue 51

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

Shades of Burgundy #790933

Tints of Burgundy #790933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.18%

R = 66.85%
G = 4.97%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#790933 (or 0x790933) is known color: Burgundy. HEX triplet: 79, 09 and 33. RGB value is (121,9,51). Sum of RGB (Red+Green+Blue) = 121+9+51=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #790933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790933 is #86F6CC. Grayscale: #2F2F2F. Windows color (decimal): -8845005 or 3344761. OLE color: 3344761.

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

Color convert

RGB 121 9 51 -
CMYK 0 0.93 0.58 0.53
HSL 337.5º 0.86% 0.25% -
HSV(B) 337.5º 0.93% 0.47% -
XYZ 8.58 4.5 3.55 -
YUV 47.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 121 9 51 0 0.93 0.58 0.53 337.5 0.86 0.25
Hex 79 9 33 0 5D 3A 35 152 56 19
Octal 171 11 63 0 135 72 65 522 126 31
Binary 1111001 1001 110011 0 1011101 111010 110101 101010010 1010110 11001

Color Harmonies of #790933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790933

Black with #790933

Text Example


Text Example

White with #790933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790933; }

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

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

background-color css

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

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

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

border-color css

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

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

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