Html Css Color HEX #790518 Burgundy

📋 copy color: '#790518'

red 121 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #790518

Tints of Burgundy #790518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 80.67%
G = 3.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#790518 (or 0x790518) is known color: Burgundy. HEX triplet: 79, 05 and 18. RGB value is (121,5,24). Sum of RGB (Red+Green+Blue) = 121+5+24=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #790518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790518 is #86FAE7. Grayscale: #292929. Windows color (decimal): -8846056 or 1574265. OLE color: 1574265.

HSL color Cylindrical-coordinate representation of color #790518: hue angle of 350.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790518 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 24 -
CMYK 0 0.96 0.80 0.53
HSL 350.17º 0.92% 0.25% -
HSV(B) 350.17º 0.96% 0.47% -
XYZ 8.1 4.24 1.26 -
YUV 41.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 121 5 24 0 0.96 0.80 0.53 350.17 0.92 0.25
Hex 79 5 18 0 60 50 35 15E 5C 19
Octal 171 5 30 0 140 120 65 536 134 31
Binary 1111001 101 11000 0 1100000 1010000 110101 101011110 1011100 11001

Color Harmonies of #790518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790518

Black with #790518

Text Example


Text Example

White with #790518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790518; }

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

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

background-color css

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

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

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

border-color css

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

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

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