Html Css Color HEX #790212 Burgundy

📋 copy color: '#790212'

red 121 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #790212

Tints of Burgundy #790212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 85.82%
G = 1.42%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#790212 (or 0x790212) is known color: Burgundy. HEX triplet: 79, 02 and 12. RGB value is (121,2,18). Sum of RGB (Red+Green+Blue) = 121+2+18=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790212 is #86FDED. Grayscale: #272727. Windows color (decimal): -8846830 or 1180281. OLE color: 1180281.

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

Color convert

RGB 121 2 18 -
CMYK 0 0.98 0.85 0.53
HSL 351.93º 0.97% 0.24% -
HSV(B) 351.93º 0.98% 0.47% -
XYZ 8.02 4.15 0.95 -
YUV 39.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 121 2 18 0 0.98 0.85 0.53 351.93 0.97 0.24
Hex 79 2 12 0 62 55 35 160 61 18
Octal 171 2 22 0 142 125 65 540 141 30
Binary 1111001 10 10010 0 1100010 1010101 110101 101100000 1100001 11000

Color Harmonies of #790212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790212

Black with #790212

Text Example


Text Example

White with #790212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790212; }

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

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

background-color css

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

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

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

border-color css

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

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

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