Html Css Color HEX #7C2304 Falu Red

📋 copy color: '#7C2304'

red 124 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #7C2304

Tints of Falu Red #7C2304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 76.07%
G = 21.47%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7C2304 (or 0x7C2304) is known color: Falu Red. HEX triplet: 7C, 23 and 04. RGB value is (124,35,4). Sum of RGB (Red+Green+Blue) = 124+35+4=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2304 is #83DCFB. Grayscale: #3A3A3A. Windows color (decimal): -8641788 or 271228. OLE color: 271228.

HSL color Cylindrical-coordinate representation of color #7C2304: hue angle of 15.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C2304 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 35 4 -
CMYK 0 0.72 0.97 0.51
HSL 15.5º 0.94% 0.25% -
HSV(B) 15.5º 0.97% 0.49% -
XYZ 8.94 5.5 0.7 -
YUV 58.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 124 35 4 0 0.72 0.97 0.51 15.5 0.94 0.25
Hex 7C 23 4 0 48 61 33 10 5E 19
Octal 174 43 4 0 110 141 63 20 136 31
Binary 1111100 100011 100 0 1001000 1100001 110011 10000 1011110 11001

Color Harmonies of #7C2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2304

Black with #7C2304

Text Example


Text Example

White with #7C2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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