Html Css Color HEX #7C112E Burgundy

📋 copy color: '#7C112E'

red 124 ◦ green 17 ◦ blue 46

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

Shades of Burgundy #7C112E

Tints of Burgundy #7C112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 66.31%
G = 9.09%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C112E (or 0x7C112E) is known color: Burgundy. HEX triplet: 7C, 11 and 2E. RGB value is (124,17,46). Sum of RGB (Red+Green+Blue) = 124+17+46=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C112E is #83EED1. Grayscale: #343434. Windows color (decimal): -8646354 or 3019132. OLE color: 3019132.

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

Color convert

RGB 124 17 46 -
CMYK 0 0.86 0.63 0.51
HSL 343.74º 0.76% 0.28% -
HSV(B) 343.74º 0.86% 0.49% -
XYZ 9.01 4.88 3.05 -
YUV 52.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 124 17 46 0 0.86 0.63 0.51 343.74 0.76 0.28
Hex 7C 11 2E 0 56 3F 33 158 4C 1C
Octal 174 21 56 0 126 77 63 530 114 34
Binary 1111100 10001 101110 0 1010110 111111 110011 101011000 1001100 11100

Color Harmonies of #7C112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C112E

Black with #7C112E

Text Example


Text Example

White with #7C112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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