#7C210E

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

Shades of Falu Red #7C210E

Tints of Falu Red #7C210E

Color information

#7C210E (or 0x7C210E) is unknown color: approx Falu Red. HEX triplet: 7C, 21 and 0E. RGB value is (124,33,14). Sum of RGB (Red+Green+Blue) = 124+33+14=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C210E is #83DEF1. Grayscale: #3A3A3A. Windows color (decimal): -8642290 or 926076. OLE color: 926076.

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

Color convert

RGB1243314-
CMYK00.730.890.51
HSL10.36º79.71%27.06%-
HSV(B)10.36º88.71%48.63%-
XYZ8.945.40.99-
YUV58.04103.15175.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.51%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=72.51%
G=19.30%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124331400.730.890.5110.3679.7127.06
Hex7C21E0495933a501b
Octal17441160111131631212033
Binary111110010000111100100100110110011100111010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,33,14); }

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

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

 a { background-color: rgb(124,33,14); }

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

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

 span { border-color: rgb(124,33,14); }

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