Html Css Color HEX #7C2318 Falu Red

📋 copy color: '#7C2318'

red 124 ◦ green 35 ◦ blue 24

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

Shades of Falu Red #7C2318

Tints of Falu Red #7C2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 67.76%
G = 19.13%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C2318 (or 0x7C2318) is known color: Falu Red. HEX triplet: 7C, 23 and 18. RGB value is (124,35,24). Sum of RGB (Red+Green+Blue) = 124+35+24=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2318 is #83DCE7. Grayscale: #3C3C3C. Windows color (decimal): -8641768 or 1581948. OLE color: 1581948.

HSL color Cylindrical-coordinate representation of color #7C2318: hue angle of 6.6º degrees, saturation: 0.68, 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 #7C2318 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 35 24 -
CMYK 0 0.72 0.81 0.51
HSL 6.6º 0.68% 0.29% -
HSV(B) 6.6º 0.81% 0.49% -
XYZ 9.08 5.55 1.46 -
YUV 60.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 124 35 24 0 0.72 0.81 0.51 6.6 0.68 0.29
Hex 7C 23 18 0 48 51 33 7 44 1D
Octal 174 43 30 0 110 121 63 7 104 35
Binary 1111100 100011 11000 0 1001000 1010001 110011 111 1000100 11101

Color Harmonies of #7C2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2318

Black with #7C2318

Text Example


Text Example

White with #7C2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,35,24); }

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

background-color css

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

 a { background-color: rgb(124,35,24); }

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

border-color css

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

 span { border-color: rgb(124,35,24); }

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