Html Css Color HEX #790132 Burgundy

📋 copy color: '#790132'

red 121 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #790132

Tints of Burgundy #790132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 70.35%
G = 0.58%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#790132 (or 0x790132) is known color: Burgundy. HEX triplet: 79, 01 and 32. RGB value is (121,1,50). Sum of RGB (Red+Green+Blue) = 121+1+50=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #790132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790132 is #86FECD. Grayscale: #2A2A2A. Windows color (decimal): -8847054 or 3277177. OLE color: 3277177.

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

Color convert

RGB 121 1 50 -
CMYK 0 0.99 0.59 0.53
HSL 335.5º 0.98% 0.24% -
HSV(B) 335.5º 0.99% 0.47% -
XYZ 8.47 4.32 3.4 -
YUV 42.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 121 1 50 0 0.99 0.59 0.53 335.5 0.98 0.24
Hex 79 1 32 0 63 3B 35 150 62 18
Octal 171 1 62 0 143 73 65 520 142 30
Binary 1111001 1 110010 0 1100011 111011 110101 101010000 1100010 11000

Color Harmonies of #790132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790132

Black with #790132

Text Example


Text Example

White with #790132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790132; }

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

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

background-color css

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

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

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

border-color css

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

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

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