Html Css Color HEX #7C1127 Burgundy

📋 copy color: '#7C1127'

red 124 ◦ green 17 ◦ blue 39

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

Shades of Burgundy #7C1127

Tints of Burgundy #7C1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.67%

R = 68.89%
G = 9.44%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C1127 (or 0x7C1127) is known color: Burgundy. HEX triplet: 7C, 11 and 27. RGB value is (124,17,39). Sum of RGB (Red+Green+Blue) = 124+17+39=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1127 is #83EED8. Grayscale: #333333. Windows color (decimal): -8646361 or 2560380. OLE color: 2560380.

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

Color convert

RGB 124 17 39 -
CMYK 0 0.86 0.69 0.51
HSL 347.66º 0.76% 0.28% -
HSV(B) 347.66º 0.86% 0.49% -
XYZ 8.88 4.83 2.38 -
YUV 51.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 124 17 39 0 0.86 0.69 0.51 347.66 0.76 0.28
Hex 7C 11 27 0 56 45 33 15C 4C 1C
Octal 174 21 47 0 126 105 63 534 114 34
Binary 1111100 10001 100111 0 1010110 1000101 110011 101011100 1001100 11100

Color Harmonies of #7C1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1127

Black with #7C1127

Text Example


Text Example

White with #7C1127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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