Html Css Color HEX #7C040F Burgundy

📋 copy color: '#7C040F'

red 124 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #7C040F

Tints of Burgundy #7C040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 86.71%
G = 2.8%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C040F (or 0x7C040F) is known color: Burgundy. HEX triplet: 7C, 04 and 0F. RGB value is (124,4,15). Sum of RGB (Red+Green+Blue) = 124+4+15=143 (18% of max value = 765). Red value is 124 (48.83% from 255 or 86.71% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 124 - color contains mainly: red. Hex color #7C040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C040F is #83FBF0. Grayscale: #292929. Windows color (decimal): -8649713 or 984188. OLE color: 984188.

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

Color convert

RGB 124 4 15 -
CMYK 0 0.97 0.88 0.51
HSL 354.5º 0.94% 0.25% -
HSV(B) 354.5º 0.97% 0.49% -
XYZ 8.44 4.41 0.86 -
YUV 41.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 124 4 15 0 0.97 0.88 0.51 354.5 0.94 0.25
Hex 7C 4 F 0 61 58 33 162 5E 19
Octal 174 4 17 0 141 130 63 542 136 31
Binary 1111100 100 1111 0 1100001 1011000 110011 101100010 1011110 11001

Color Harmonies of #7C040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C040F

Black with #7C040F

Text Example


Text Example

White with #7C040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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