Html Css Color HEX #790010 Burgundy

📋 copy color: '#790010'

red 121 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #790010

Tints of Burgundy #790010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.32%
G = 0%
B = 11.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#790010 (or 0x790010) is known color: Burgundy. HEX triplet: 79, 00 and 10. RGB value is (121,0,16). Sum of RGB (Red+Green+Blue) = 121+0+16=137 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.32% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 121 - color contains mainly: red. Hex color #790010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790010 is #86FFEF. Grayscale: #262626. Windows color (decimal): -8847344 or 1048697. OLE color: 1048697.

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

Color convert

RGB 121 0 16 -
CMYK 0 1 0.87 0.53
HSL 352.07º 1% 0.24% -
HSV(B) 352.07º 1% 0.47% -
XYZ 7.98 4.1 0.86 -
YUV 38 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 121 0 16 0 1 0.87 0.53 352.07 1 0.24
Hex 79 0 10 0 64 57 35 160 64 18
Octal 171 0 20 0 144 127 65 540 144 30
Binary 1111001 0 10000 0 1100100 1010111 110101 101100000 1100100 11000

Color Harmonies of #790010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790010

Black with #790010

Text Example


Text Example

White with #790010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790010; }

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

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

background-color css

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

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

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

border-color css

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

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

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