Html Css Color HEX #7C1121 Burgundy

📋 copy color: '#7C1121'

red 124 ◦ green 17 ◦ blue 33

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

Shades of Burgundy #7C1121

Tints of Burgundy #7C1121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.97%

R = 71.26%
G = 9.77%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C1121 (or 0x7C1121) is known color: Burgundy. HEX triplet: 7C, 11 and 21. RGB value is (124,17,33). Sum of RGB (Red+Green+Blue) = 124+17+33=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1121 is #83EEDE. Grayscale: #323232. Windows color (decimal): -8646367 or 2167164. OLE color: 2167164.

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

Color convert

RGB 124 17 33 -
CMYK 0 0.86 0.73 0.51
HSL 351.03º 0.76% 0.28% -
HSV(B) 351.03º 0.86% 0.49% -
XYZ 8.79 4.8 1.9 -
YUV 50.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 124 17 33 0 0.86 0.73 0.51 351.03 0.76 0.28
Hex 7C 11 21 0 56 49 33 15F 4C 1C
Octal 174 21 41 0 126 111 63 537 114 34
Binary 1111100 10001 100001 0 1010110 1001001 110011 101011111 1001100 11100

Color Harmonies of #7C1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1121

Black with #7C1121

Text Example


Text Example

White with #7C1121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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