Html Css Color HEX #7C0424 Burgundy

📋 copy color: '#7C0424'

red 124 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #7C0424

Tints of Burgundy #7C0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 75.61%
G = 2.44%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7C0424 (or 0x7C0424) is known color: Burgundy. HEX triplet: 7C, 04 and 24. RGB value is (124,4,36). Sum of RGB (Red+Green+Blue) = 124+4+36=164 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.61% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0424 is #83FBDB. Grayscale: #2B2B2B. Windows color (decimal): -8649692 or 2360444. OLE color: 2360444.

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

Color convert

RGB 124 4 36 -
CMYK 0 0.97 0.71 0.51
HSL 344º 0.94% 0.25% -
HSV(B) 344º 0.97% 0.49% -
XYZ 8.67 4.5 2.08 -
YUV 43.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 124 4 36 0 0.97 0.71 0.51 344 0.94 0.25
Hex 7C 4 24 0 61 47 33 158 5E 19
Octal 174 4 44 0 141 107 63 530 136 31
Binary 1111100 100 100100 0 1100001 1000111 110011 101011000 1011110 11001

Color Harmonies of #7C0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0424

Black with #7C0424

Text Example


Text Example

White with #7C0424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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