#7C2813

Color #7C2813 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7C2813

Tints of Falu Red #7C2813

Color information

#7C2813 (or 0x7C2813) is unknown color: approx Falu Red. HEX triplet: 7C, 28 and 13. RGB value is (124,40,19). Sum of RGB (Red+Green+Blue) = 124+40+19=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2813 is #83D7EC. Grayscale: #3E3E3E. Windows color (decimal): -8640493 or 1255548. OLE color: 1255548.

HSL color Cylindrical-coordinate representation of color #7C2813: hue angle of 12º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C2813 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1244019-
CMYK00.680.850.51
HSL12º73.43%28.04%-
HSV(B)12º84.68%48.63%-
XYZ9.195.851.26-
YUV62.72103.33171.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.76%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=67.76%
G=21.86%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124401900.680.850.511273.4328.04
Hex7C28130445533c491c
Octal17450230104125631411134
Binary1111100101000100110100010010101011100111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,19); }

 H1.HeaderClassName
 {
   color: #7C2813;
 }
 .AnyTagClassName
 {
   color: #7C2813;
 }
</style>
background-color css

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

 a { background-color: rgb(124,40,19); }

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

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

 span { border-color: rgb(124,40,19); }

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