Html Css Color HEX #791022 Burgundy

📋 copy color: '#791022'

red 121 ◦ green 16 ◦ blue 34

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

Shades of Burgundy #791022

Tints of Burgundy #791022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 70.76%
G = 9.36%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#791022 (or 0x791022) is known color: Burgundy. HEX triplet: 79, 10 and 22. RGB value is (121,16,34). Sum of RGB (Red+Green+Blue) = 121+16+34=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #791022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791022 is #86EFDD. Grayscale: #313131. Windows color (decimal): -8843230 or 2232441. OLE color: 2232441.

HSL color Cylindrical-coordinate representation of color #791022: hue angle of 349.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791022 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 34 -
CMYK 0 0.87 0.72 0.53
HSL 349.71º 0.77% 0.27% -
HSV(B) 349.71º 0.87% 0.47% -
XYZ 8.36 4.55 1.95 -
YUV 49.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 121 16 34 0 0.87 0.72 0.53 349.71 0.77 0.27
Hex 79 10 22 0 57 48 35 15E 4D 1B
Octal 171 20 42 0 127 110 65 536 115 33
Binary 1111001 10000 100010 0 1010111 1001000 110101 101011110 1001101 11011

Color Harmonies of #791022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791022

Black with #791022

Text Example


Text Example

White with #791022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791022; }

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

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

background-color css

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

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

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

border-color css

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

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

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