Html Css Color HEX #7C170F Falu Red

📋 copy color: '#7C170F'

red 124 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #7C170F

Tints of Falu Red #7C170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 76.54%
G = 14.2%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C170F (or 0x7C170F) is known color: Falu Red. HEX triplet: 7C, 17 and 0F. RGB value is (124,23,15). Sum of RGB (Red+Green+Blue) = 124+23+15=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C170F is #83E8F0. Grayscale: #343434. Windows color (decimal): -8644849 or 989052. OLE color: 989052.

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

Color convert

RGB 124 23 15 -
CMYK 0 0.81 0.88 0.51
HSL 4.4º 0.78% 0.27% -
HSV(B) 4.4º 0.88% 0.49% -
XYZ 8.7 4.93 0.95 -
YUV 52.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 124 23 15 0 0.81 0.88 0.51 4.4 0.78 0.27
Hex 7C 17 F 0 51 58 33 4 4E 1B
Octal 174 27 17 0 121 130 63 4 116 33
Binary 1111100 10111 1111 0 1010001 1011000 110011 100 1001110 11011

Color Harmonies of #7C170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C170F

Black with #7C170F

Text Example


Text Example

White with #7C170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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