Html Css Color HEX #7D111F Burgundy

📋 copy color: '#7D111F'

red 125 ◦ green 17 ◦ blue 31

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

Shades of Burgundy #7D111F

Tints of Burgundy #7D111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 72.25%
G = 9.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7D111F (or 0x7D111F) is known color: Burgundy. HEX triplet: 7D, 11 and 1F. RGB value is (125,17,31). Sum of RGB (Red+Green+Blue) = 125+17+31=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D111F is #82EEE0. Grayscale: #323232. Windows color (decimal): -8580833 or 2036093. OLE color: 2036093.

HSL color Cylindrical-coordinate representation of color #7D111F: hue angle of 352.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 #7D111F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 31 -
CMYK 0 0.86 0.75 0.51
HSL 352.22º 0.76% 0.28% -
HSV(B) 352.22º 0.86% 0.49% -
XYZ 8.91 4.86 1.77 -
YUV 50.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 125 17 31 0 0.86 0.75 0.51 352.22 0.76 0.28
Hex 7D 11 1F 0 56 4B 33 160 4C 1C
Octal 175 21 37 0 126 113 63 540 114 34
Binary 1111101 10001 11111 0 1010110 1001011 110011 101100000 1001100 11100

Color Harmonies of #7D111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D111F

Black with #7D111F

Text Example


Text Example

White with #7D111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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