Html Css Color HEX #790918 Burgundy

📋 copy color: '#790918'

red 121 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #790918

Tints of Burgundy #790918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 78.57%
G = 5.84%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#790918 (or 0x790918) is known color: Burgundy. HEX triplet: 79, 09 and 18. RGB value is (121,9,24). Sum of RGB (Red+Green+Blue) = 121+9+24=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790918 is #86F6E7. Grayscale: #2C2C2C. Windows color (decimal): -8845032 or 1575289. OLE color: 1575289.

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

Color convert

RGB 121 9 24 -
CMYK 0 0.93 0.80 0.53
HSL 351.96º 0.86% 0.25% -
HSV(B) 351.96º 0.93% 0.47% -
XYZ 8.15 4.33 1.27 -
YUV 44.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 121 9 24 0 0.93 0.80 0.53 351.96 0.86 0.25
Hex 79 9 18 0 5D 50 35 160 56 19
Octal 171 11 30 0 135 120 65 540 126 31
Binary 1111001 1001 11000 0 1011101 1010000 110101 101100000 1010110 11001

Color Harmonies of #790918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790918

Black with #790918

Text Example


Text Example

White with #790918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790918; }

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

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

background-color css

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

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

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

border-color css

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

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

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