#7C260C

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

Shades of Falu Red #7C260C

Tints of Falu Red #7C260C

Color information

#7C260C (or 0x7C260C) is unknown color: approx Falu Red. HEX triplet: 7C, 26 and 0C. RGB value is (124,38,12). Sum of RGB (Red+Green+Blue) = 124+38+12=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C260C is #83D9F3. Grayscale: #3C3C3C. Windows color (decimal): -8641012 or 796284. OLE color: 796284.

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

Color convert

RGB1243812-
CMYK00.690.900.51
HSL13.93º82.35%26.67%-
HSV(B)13.93º90.32%48.63%-
XYZ9.075.70.97-
YUV60.75100.49173.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.26%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=71.26%
G=21.84%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124381200.690.900.5113.9382.3526.67
Hex7C26C0455A33e521b
Octal17446140105132631612233
Binary111110010011011000100010110110101100111110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,12); }

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

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

 a { background-color: rgb(124,38,12); }

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

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

 span { border-color: rgb(124,38,12); }

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