Html Css Color HEX #790C20 Burgundy

📋 copy color: '#790C20'

red 121 ◦ green 12 ◦ blue 32

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

Shades of Burgundy #790C20

Tints of Burgundy #790C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 73.33%
G = 7.27%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#790C20 (or 0x790C20) is known color: Burgundy. HEX triplet: 79, 0C and 20. RGB value is (121,12,32). Sum of RGB (Red+Green+Blue) = 121+12+32=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #790C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C20 is #86F3DF. Grayscale: #2E2E2E. Windows color (decimal): -8844256 or 2100345. OLE color: 2100345.

HSL color Cylindrical-coordinate representation of color #790C20: hue angle of 348.99º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C20 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 32 -
CMYK 0 0.90 0.74 0.53
HSL 348.99º 0.82% 0.26% -
HSV(B) 348.99º 0.9% 0.47% -
XYZ 8.28 4.43 1.79 -
YUV 46.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 121 12 32 0 0.90 0.74 0.53 348.99 0.82 0.26
Hex 79 C 20 0 5A 4A 35 15D 52 1A
Octal 171 14 40 0 132 112 65 535 122 32
Binary 1111001 1100 100000 0 1011010 1001010 110101 101011101 1010010 11010

Color Harmonies of #790C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C20

Black with #790C20

Text Example


Text Example

White with #790C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C20; }

 p { color: rgb(121,12,32); }

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

background-color css

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

 a { background-color: rgb(121,12,32); }

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

border-color css

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

 span { border-color: rgb(121,12,32); }

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