Html Css Color HEX #790718 Burgundy

📋 copy color: '#790718'

red 121 ◦ green 7 ◦ blue 24

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

Shades of Burgundy #790718

Tints of Burgundy #790718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.61%

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

R = 79.61%
G = 4.61%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#790718 (or 0x790718) is known color: Burgundy. HEX triplet: 79, 07 and 18. RGB value is (121,7,24). Sum of RGB (Red+Green+Blue) = 121+7+24=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #790718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790718 is #86F8E7. Grayscale: #2B2B2B. Windows color (decimal): -8845544 or 1574777. OLE color: 1574777.

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

Color convert

RGB 121 7 24 -
CMYK 0 0.94 0.80 0.53
HSL 351.05º 0.89% 0.25% -
HSV(B) 351.05º 0.94% 0.47% -
XYZ 8.13 4.28 1.26 -
YUV 43.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 121 7 24 0 0.94 0.80 0.53 351.05 0.89 0.25
Hex 79 7 18 0 5E 50 35 15F 59 19
Octal 171 7 30 0 136 120 65 537 131 31
Binary 1111001 111 11000 0 1011110 1010000 110101 101011111 1011001 11001

Color Harmonies of #790718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790718

Black with #790718

Text Example


Text Example

White with #790718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790718; }

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

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

background-color css

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

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

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

border-color css

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

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

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