Html Css Color HEX #790314 Burgundy

📋 copy color: '#790314'

red 121 ◦ green 3 ◦ blue 20

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

Shades of Burgundy #790314

Tints of Burgundy #790314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 84.03%
G = 2.08%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790314 (or 0x790314) is known color: Burgundy. HEX triplet: 79, 03 and 14. RGB value is (121,3,20). Sum of RGB (Red+Green+Blue) = 121+3+20=144 (19% of max value = 765). Red value is 121 (47.66% from 255 or 84.03% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 121 - color contains mainly: red. Hex color #790314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790314 is #86FCEB. Grayscale: #282828. Windows color (decimal): -8846572 or 1311609. OLE color: 1311609.

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

Color convert

RGB 121 3 20 -
CMYK 0 0.98 0.83 0.53
HSL 351.36º 0.95% 0.24% -
HSV(B) 351.36º 0.98% 0.47% -
XYZ 8.04 4.18 1.04 -
YUV 40.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 121 3 20 0 0.98 0.83 0.53 351.36 0.95 0.24
Hex 79 3 14 0 62 53 35 15F 5F 18
Octal 171 3 24 0 142 123 65 537 137 30
Binary 1111001 11 10100 0 1100010 1010011 110101 101011111 1011111 11000

Color Harmonies of #790314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790314

Black with #790314

Text Example


Text Example

White with #790314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790314; }

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

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

background-color css

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

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

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

border-color css

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

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

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