Html Css Color HEX #7C130E Falu Red

📋 copy color: '#7C130E'

red 124 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #7C130E

Tints of Falu Red #7C130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 78.98%
G = 12.1%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C130E (or 0x7C130E) is known color: Falu Red. HEX triplet: 7C, 13 and 0E. RGB value is (124,19,14). Sum of RGB (Red+Green+Blue) = 124+19+14=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C130E is #83ECF1. Grayscale: #313131. Windows color (decimal): -8645874 or 922492. OLE color: 922492.

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

Color convert

RGB 124 19 14 -
CMYK 0 0.85 0.89 0.51
HSL 2.73º 0.8% 0.27% -
HSV(B) 2.73º 0.89% 0.49% -
XYZ 8.62 4.78 0.88 -
YUV 49.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 124 19 14 0 0.85 0.89 0.51 2.73 0.8 0.27
Hex 7C 13 E 0 55 59 33 3 50 1B
Octal 174 23 16 0 125 131 63 3 120 33
Binary 1111100 10011 1110 0 1010101 1011001 110011 11 1010000 11011

Color Harmonies of #7C130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C130E

Black with #7C130E

Text Example


Text Example

White with #7C130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,19,14); }

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

background-color css

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

 a { background-color: rgb(124,19,14); }

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

border-color css

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

 span { border-color: rgb(124,19,14); }

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