#7C280F

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

Shades of Falu Red #7C280F

Tints of Falu Red #7C280F

Color information

#7C280F (or 0x7C280F) is unknown color: approx Falu Red. HEX triplet: 7C, 28 and 0F. RGB value is (124,40,15). Sum of RGB (Red+Green+Blue) = 124+40+15=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C280F is #83D7F0. Grayscale: #3E3E3E. Windows color (decimal): -8640497 or 993404. OLE color: 993404.

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

Color convert

RGB1244015-
CMYK00.680.880.51
HSL13.76º78.42%27.25%-
HSV(B)13.76º87.9%48.63%-
XYZ9.165.841.1-
YUV62.27101.33172.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 69.27%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=69.27%
G=22.35%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124401500.680.880.5113.7678.4227.25
Hex7C28F0445833e4e1b
Octal17450170104130631611633
Binary111110010100011110100010010110001100111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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