Html Css Color HEX #790310 Burgundy

📋 copy color: '#790310'

red 121 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #790310

Tints of Burgundy #790310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 86.43%
G = 2.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#790310 (or 0x790310) is known color: Burgundy. HEX triplet: 79, 03 and 10. RGB value is (121,3,16). Sum of RGB (Red+Green+Blue) = 121+3+16=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790310 is #86FCEF. Grayscale: #272727. Windows color (decimal): -8846576 or 1049465. OLE color: 1049465.

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

Color convert

RGB 121 3 16 -
CMYK 0 0.98 0.87 0.53
HSL 353.39º 0.95% 0.24% -
HSV(B) 353.39º 0.98% 0.47% -
XYZ 8.01 4.17 0.87 -
YUV 39.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 121 3 16 0 0.98 0.87 0.53 353.39 0.95 0.24
Hex 79 3 10 0 62 57 35 161 5F 18
Octal 171 3 20 0 142 127 65 541 137 30
Binary 1111001 11 10000 0 1100010 1010111 110101 101100001 1011111 11000

Color Harmonies of #790310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790310

Black with #790310

Text Example


Text Example

White with #790310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790310; }

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

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

background-color css

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

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

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

border-color css

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

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

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