Html Css Color HEX #790532 Burgundy

📋 copy color: '#790532'

red 121 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #790532

Tints of Burgundy #790532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 68.75%
G = 2.84%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#790532 (or 0x790532) is known color: Burgundy. HEX triplet: 79, 05 and 32. RGB value is (121,5,50). Sum of RGB (Red+Green+Blue) = 121+5+50=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #790532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790532 is #86FACD. Grayscale: #2C2C2C. Windows color (decimal): -8846030 or 3278201. OLE color: 3278201.

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

Color convert

RGB 121 5 50 -
CMYK 0 0.96 0.59 0.53
HSL 336.72º 0.92% 0.25% -
HSV(B) 336.72º 0.96% 0.47% -
XYZ 8.52 4.4 3.42 -
YUV 44.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 121 5 50 0 0.96 0.59 0.53 336.72 0.92 0.25
Hex 79 5 32 0 60 3B 35 151 5C 19
Octal 171 5 62 0 140 73 65 521 134 31
Binary 1111001 101 110010 0 1100000 111011 110101 101010001 1011100 11001

Color Harmonies of #790532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790532

Black with #790532

Text Example


Text Example

White with #790532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790532; }

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

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

background-color css

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

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

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

border-color css

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

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

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