Html Css Color HEX #7C2417 Falu Red

📋 copy color: '#7C2417'

red 124 ◦ green 36 ◦ blue 23

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

Shades of Falu Red #7C2417

Tints of Falu Red #7C2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 67.76%
G = 19.67%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C2417 (or 0x7C2417) is known color: Falu Red. HEX triplet: 7C, 24 and 17. RGB value is (124,36,23). Sum of RGB (Red+Green+Blue) = 124+36+23=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2417 is #83DBE8. Grayscale: #3C3C3C. Windows color (decimal): -8641513 or 1516668. OLE color: 1516668.

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

Color convert

RGB 124 36 23 -
CMYK 0 0.71 0.81 0.51
HSL 7.72º 0.69% 0.29% -
HSV(B) 7.72º 0.81% 0.49% -
XYZ 9.1 5.61 1.41 -
YUV 60.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 124 36 23 0 0.71 0.81 0.51 7.72 0.69 0.29
Hex 7C 24 17 0 47 51 33 8 45 1D
Octal 174 44 27 0 107 121 63 10 105 35
Binary 1111100 100100 10111 0 1000111 1010001 110011 1000 1000101 11101

Color Harmonies of #7C2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2417

Black with #7C2417

Text Example


Text Example

White with #7C2417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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