Html Css Color HEX #7C290D Falu Red

📋 copy color: '#7C290D'

red 124 ◦ green 41 ◦ blue 13

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

Shades of Falu Red #7C290D

Tints of Falu Red #7C290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 69.66%
G = 23.03%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C290D (or 0x7C290D) is known color: Falu Red. HEX triplet: 7C, 29 and 0D. RGB value is (124,41,13). Sum of RGB (Red+Green+Blue) = 124+41+13=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C290D is #83D6F2. Grayscale: #3E3E3E. Windows color (decimal): -8640243 or 862588. OLE color: 862588.

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

Color convert

RGB 124 41 13 -
CMYK 0 0.67 0.90 0.51
HSL 15.14º 0.81% 0.27% -
HSV(B) 15.14º 0.9% 0.49% -
XYZ 9.18 5.9 1.04 -
YUV 62.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 124 41 13 0 0.67 0.90 0.51 15.14 0.81 0.27
Hex 7C 29 D 0 43 5A 33 F 51 1B
Octal 174 51 15 0 103 132 63 17 121 33
Binary 1111100 101001 1101 0 1000011 1011010 110011 1111 1010001 11011

Color Harmonies of #7C290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C290D

Black with #7C290D

Text Example


Text Example

White with #7C290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,41,13); }

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

background-color css

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

 a { background-color: rgb(124,41,13); }

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

border-color css

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

 span { border-color: rgb(124,41,13); }

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