Html Css Color HEX #790318 Burgundy

📋 copy color: '#790318'

red 121 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #790318

Tints of Burgundy #790318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.03%

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

R = 81.76%
G = 2.03%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#790318 (or 0x790318) is known color: Burgundy. HEX triplet: 79, 03 and 18. RGB value is (121,3,24). Sum of RGB (Red+Green+Blue) = 121+3+24=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #790318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790318 is #86FCE7. Grayscale: #282828. Windows color (decimal): -8846568 or 1573753. OLE color: 1573753.

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

Color convert

RGB 121 3 24 -
CMYK 0 0.98 0.80 0.53
HSL 349.32º 0.95% 0.24% -
HSV(B) 349.32º 0.98% 0.47% -
XYZ 8.08 4.2 1.25 -
YUV 40.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 121 3 24 0 0.98 0.80 0.53 349.32 0.95 0.24
Hex 79 3 18 0 62 50 35 15D 5F 18
Octal 171 3 30 0 142 120 65 535 137 30
Binary 1111001 11 11000 0 1100010 1010000 110101 101011101 1011111 11000

Color Harmonies of #790318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790318

Black with #790318

Text Example


Text Example

White with #790318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790318; }

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

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

background-color css

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

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

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

border-color css

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

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

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