#7F2313

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

Shades of Falu Red #7F2313

Tints of Falu Red #7F2313

Color information

#7F2313 (or 0x7F2313) is unknown color: approx Falu Red. HEX triplet: 7F, 23 and 13. RGB value is (127,35,19). Sum of RGB (Red+Green+Blue) = 127+35+19=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2313 is #80DCEC. Grayscale: #3C3C3C. Windows color (decimal): -8445165 or 1254271. OLE color: 1254271.

HSL color Cylindrical-coordinate representation of color #7F2313: hue angle of 8.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F2313 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1273519-
CMYK00.720.850.50
HSL8.89º73.97%28.63%-
HSV(B)8.89º85.04%49.8%-
XYZ9.475.761.23-
YUV60.68104.48175.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.17%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=70.17%
G=19.34%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127351900.720.850.508.8973.9728.63
Hex7F2313048553294a1d
Octal17743230110125621111235
Binary1111111100011100110100100010101011100101001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,19); }

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

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

 a { background-color: rgb(127,35,19); }

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

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

 span { border-color: rgb(127,35,19); }

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