Html Css Color HEX #7C150C Falu Red

📋 copy color: '#7C150C'

red 124 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #7C150C

Tints of Falu Red #7C150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 78.98%
G = 13.38%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C150C (or 0x7C150C) is known color: Falu Red. HEX triplet: 7C, 15 and 0C. RGB value is (124,21,12). Sum of RGB (Red+Green+Blue) = 124+21+12=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C150C is #83EAF3. Grayscale: #323232. Windows color (decimal): -8645364 or 791932. OLE color: 791932.

HSL color Cylindrical-coordinate representation of color #7C150C: hue angle of 4.82º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C150C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 21 12 -
CMYK 0 0.83 0.90 0.51
HSL 4.82º 0.82% 0.27% -
HSV(B) 4.82º 0.9% 0.49% -
XYZ 8.65 4.85 0.83 -
YUV 50.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 124 21 12 0 0.83 0.90 0.51 4.82 0.82 0.27
Hex 7C 15 C 0 53 5A 33 5 52 1B
Octal 174 25 14 0 123 132 63 5 122 33
Binary 1111100 10101 1100 0 1010011 1011010 110011 101 1010010 11011

Color Harmonies of #7C150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C150C

Black with #7C150C

Text Example


Text Example

White with #7C150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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