Html Css Color HEX #790222 Burgundy

📋 copy color: '#790222'

red 121 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #790222

Tints of Burgundy #790222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 77.07%
G = 1.27%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#790222 (or 0x790222) is known color: Burgundy. HEX triplet: 79, 02 and 22. RGB value is (121,2,34). Sum of RGB (Red+Green+Blue) = 121+2+34=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #790222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790222 is #86FDDD. Grayscale: #292929. Windows color (decimal): -8846814 or 2228857. OLE color: 2228857.

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

Color convert

RGB 121 2 34 -
CMYK 0 0.98 0.72 0.53
HSL 343.87º 0.97% 0.24% -
HSV(B) 343.87º 0.98% 0.47% -
XYZ 8.2 4.22 1.9 -
YUV 41.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 121 2 34 0 0.98 0.72 0.53 343.87 0.97 0.24
Hex 79 2 22 0 62 48 35 158 61 18
Octal 171 2 42 0 142 110 65 530 141 30
Binary 1111001 10 100010 0 1100010 1001000 110101 101011000 1100001 11000

Color Harmonies of #790222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790222

Black with #790222

Text Example


Text Example

White with #790222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790222; }

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

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

background-color css

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

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

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

border-color css

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

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

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