Html Css Color HEX #7C111D Burgundy

📋 copy color: '#7C111D'

red 124 ◦ green 17 ◦ blue 29

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

Shades of Burgundy #7C111D

Tints of Burgundy #7C111D

RGB

 RED value IS 124 (48.83% from 255) = 72.94%

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 72.94%
G = 10%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C111D (or 0x7C111D) is known color: Burgundy. HEX triplet: 7C, 11 and 1D. RGB value is (124,17,29). Sum of RGB (Red+Green+Blue) = 124+17+29=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C111D is #83EEE2. Grayscale: #323232. Windows color (decimal): -8646371 or 1905020. OLE color: 1905020.

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

Color convert

RGB 124 17 29 -
CMYK 0 0.86 0.77 0.51
HSL 353.27º 0.76% 0.28% -
HSV(B) 353.27º 0.86% 0.49% -
XYZ 8.73 4.77 1.62 -
YUV 50.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 124 17 29 0 0.86 0.77 0.51 353.27 0.76 0.28
Hex 7C 11 1D 0 56 4D 33 161 4C 1C
Octal 174 21 35 0 126 115 63 541 114 34
Binary 1111100 10001 11101 0 1010110 1001101 110011 101100001 1001100 11100

Color Harmonies of #7C111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C111D

Black with #7C111D

Text Example


Text Example

White with #7C111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,29); }

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

background-color css

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

 a { background-color: rgb(124,17,29); }

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

border-color css

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

 span { border-color: rgb(124,17,29); }

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