Html Css Color HEX #7C1512 Falu Red

📋 copy color: '#7C1512'

red 124 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #7C1512

Tints of Falu Red #7C1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 76.07%
G = 12.88%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C1512 (or 0x7C1512) is known color: Falu Red. HEX triplet: 7C, 15 and 12. RGB value is (124,21,18). Sum of RGB (Red+Green+Blue) = 124+21+18=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1512 is #83EAED. Grayscale: #333333. Windows color (decimal): -8645358 or 1185148. OLE color: 1185148.

HSL color Cylindrical-coordinate representation of color #7C1512: hue angle of 1.7º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1512 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 21 18 -
CMYK 0 0.83 0.85 0.51
HSL 1.7º 0.75% 0.28% -
HSV(B) 1.7º 0.85% 0.49% -
XYZ 8.69 4.87 1.05 -
YUV 51.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 124 21 18 0 0.83 0.85 0.51 1.7 0.75 0.28
Hex 7C 15 12 0 53 55 33 2 4B 1C
Octal 174 25 22 0 123 125 63 2 113 34
Binary 1111100 10101 10010 0 1010011 1010101 110011 10 1001011 11100

Color Harmonies of #7C1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1512

Black with #7C1512

Text Example


Text Example

White with #7C1512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,21,18); }

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

background-color css

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

 a { background-color: rgb(124,21,18); }

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

border-color css

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

 span { border-color: rgb(124,21,18); }

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