Html Css Color HEX #7C042C Burgundy

📋 copy color: '#7C042C'

red 124 ◦ green 4 ◦ blue 44

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

Shades of Burgundy #7C042C

Tints of Burgundy #7C042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 72.09%
G = 2.33%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C042C (or 0x7C042C) is known color: Burgundy. HEX triplet: 7C, 04 and 2C. RGB value is (124,4,44). Sum of RGB (Red+Green+Blue) = 124+4+44=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C042C is #83FBD3. Grayscale: #2C2C2C. Windows color (decimal): -8649684 or 2884732. OLE color: 2884732.

HSL color Cylindrical-coordinate representation of color #7C042C: hue angle of 340º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C042C is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 4 44 -
CMYK 0 0.97 0.65 0.51
HSL 340º 0.94% 0.25% -
HSV(B) 340º 0.97% 0.49% -
XYZ 8.81 4.55 2.8 -
YUV 44.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 124 4 44 0 0.97 0.65 0.51 340 0.94 0.25
Hex 7C 4 2C 0 61 41 33 154 5E 19
Octal 174 4 54 0 141 101 63 524 136 31
Binary 1111100 100 101100 0 1100001 1000001 110011 101010100 1011110 11001

Color Harmonies of #7C042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C042C

Black with #7C042C

Text Example


Text Example

White with #7C042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,4,44); }

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

background-color css

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

 a { background-color: rgb(124,4,44); }

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

border-color css

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

 span { border-color: rgb(124,4,44); }

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