Html Css Color HEX #79101E Burgundy

📋 copy color: '#79101E'

red 121 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #79101E

Tints of Burgundy #79101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 72.46%
G = 9.58%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79101E (or 0x79101E) is known color: Burgundy. HEX triplet: 79, 10 and 1E. RGB value is (121,16,30). Sum of RGB (Red+Green+Blue) = 121+16+30=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #79101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79101E is #86EFE1. Grayscale: #313131. Windows color (decimal): -8843234 or 1970297. OLE color: 1970297.

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

Color convert

RGB 121 16 30 -
CMYK 0 0.87 0.75 0.53
HSL 352º 0.77% 0.27% -
HSV(B) 352º 0.87% 0.47% -
XYZ 8.3 4.53 1.66 -
YUV 48.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 121 16 30 0 0.87 0.75 0.53 352 0.77 0.27
Hex 79 10 1E 0 57 4B 35 160 4D 1B
Octal 171 20 36 0 127 113 65 540 115 33
Binary 1111001 10000 11110 0 1010111 1001011 110101 101100000 1001101 11011

Color Harmonies of #79101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79101E

Black with #79101E

Text Example


Text Example

White with #79101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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