Html Css Color HEX #79092C Burgundy

📋 copy color: '#79092C'

red 121 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #79092C

Tints of Burgundy #79092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 69.54%
G = 5.17%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79092C (or 0x79092C) is known color: Burgundy. HEX triplet: 79, 09 and 2C. RGB value is (121,9,44). Sum of RGB (Red+Green+Blue) = 121+9+44=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79092C is #86F6D3. Grayscale: #2E2E2E. Windows color (decimal): -8845012 or 2886009. OLE color: 2886009.

HSL color Cylindrical-coordinate representation of color #79092C: hue angle of 341.25º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79092C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 44 -
CMYK 0 0.93 0.64 0.53
HSL 341.25º 0.86% 0.25% -
HSV(B) 341.25º 0.93% 0.47% -
XYZ 8.44 4.44 2.8 -
YUV 46.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 121 9 44 0 0.93 0.64 0.53 341.25 0.86 0.25
Hex 79 9 2C 0 5D 40 35 155 56 19
Octal 171 11 54 0 135 100 65 525 126 31
Binary 1111001 1001 101100 0 1011101 1000000 110101 101010101 1010110 11001

Color Harmonies of #79092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79092C

Black with #79092C

Text Example


Text Example

White with #79092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79092C; }

 p { color: rgb(121,9,44); }

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

background-color css

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

 a { background-color: rgb(121,9,44); }

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

border-color css

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

 span { border-color: rgb(121,9,44); }

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