Html Css Color HEX #790522 Burgundy

📋 copy color: '#790522'

red 121 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #790522

Tints of Burgundy #790522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 75.63%
G = 3.13%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#790522 (or 0x790522) is known color: Burgundy. HEX triplet: 79, 05 and 22. RGB value is (121,5,34). Sum of RGB (Red+Green+Blue) = 121+5+34=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #790522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790522 is #86FADD. Grayscale: #2A2A2A. Windows color (decimal): -8846046 or 2229625. OLE color: 2229625.

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

Color convert

RGB 121 5 34 -
CMYK 0 0.96 0.72 0.53
HSL 345º 0.92% 0.25% -
HSV(B) 345º 0.96% 0.47% -
XYZ 8.23 4.29 1.91 -
YUV 42.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 121 5 34 0 0.96 0.72 0.53 345 0.92 0.25
Hex 79 5 22 0 60 48 35 159 5C 19
Octal 171 5 42 0 140 110 65 531 134 31
Binary 1111001 101 100010 0 1100000 1001000 110101 101011001 1011100 11001

Color Harmonies of #790522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790522

Black with #790522

Text Example


Text Example

White with #790522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790522; }

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

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

background-color css

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

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

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

border-color css

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

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

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