Html Css Color HEX #7D111C Burgundy

📋 copy color: '#7D111C'

red 125 ◦ green 17 ◦ blue 28

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

Shades of Burgundy #7D111C

Tints of Burgundy #7D111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 73.53%
G = 10%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D111C (or 0x7D111C) is known color: Burgundy. HEX triplet: 7D, 11 and 1C. RGB value is (125,17,28). Sum of RGB (Red+Green+Blue) = 125+17+28=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D111C is #82EEE3. Grayscale: #323232. Windows color (decimal): -8580836 or 1839485. OLE color: 1839485.

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

Color convert

RGB 125 17 28 -
CMYK 0 0.86 0.78 0.51
HSL 353.89º 0.76% 0.28% -
HSV(B) 353.89º 0.86% 0.49% -
XYZ 8.87 4.84 1.57 -
YUV 50.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 125 17 28 0 0.86 0.78 0.51 353.89 0.76 0.28
Hex 7D 11 1C 0 56 4E 33 162 4C 1C
Octal 175 21 34 0 126 116 63 542 114 34
Binary 1111101 10001 11100 0 1010110 1001110 110011 101100010 1001100 11100

Color Harmonies of #7D111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D111C

Black with #7D111C

Text Example


Text Example

White with #7D111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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