Html Css Color HEX #7D1116 Burgundy

📋 copy color: '#7D1116'

red 125 ◦ green 17 ◦ blue 22

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

Shades of Burgundy #7D1116

Tints of Burgundy #7D1116

RGB

 RED value IS 125 (49.22% from 255) = 76.22%

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 76.22%
G = 10.37%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D1116 (or 0x7D1116) is known color: Burgundy. HEX triplet: 7D, 11 and 16. RGB value is (125,17,22). Sum of RGB (Red+Green+Blue) = 125+17+22=164 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.22% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1116 is #82EEE9. Grayscale: #313131. Windows color (decimal): -8580842 or 1446269. OLE color: 1446269.

HSL color Cylindrical-coordinate representation of color #7D1116: hue angle of 357.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1116 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 22 -
CMYK 0 0.86 0.82 0.51
HSL 357.22º 0.76% 0.28% -
HSV(B) 357.22º 0.86% 0.49% -
XYZ 8.8 4.82 1.23 -
YUV 49.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 125 17 22 0 0.86 0.82 0.51 357.22 0.76 0.28
Hex 7D 11 16 0 56 52 33 165 4C 1C
Octal 175 21 26 0 126 122 63 545 114 34
Binary 1111101 10001 10110 0 1010110 1010010 110011 101100101 1001100 11100

Color Harmonies of #7D1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1116

Black with #7D1116

Text Example


Text Example

White with #7D1116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D1116; }

 p { color: rgb(125,17,22); }

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

background-color css

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

 a { background-color: rgb(125,17,22); }

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

border-color css

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

 span { border-color: rgb(125,17,22); }

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