#7F2309

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

Shades of Falu Red #7F2309

Tints of Falu Red #7F2309

Color information

#7F2309 (or 0x7F2309) is unknown color: approx Falu Red. HEX triplet: 7F, 23 and 09. RGB value is (127,35,9). Sum of RGB (Red+Green+Blue) = 127+35+9=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2309 is #80DCF6. Grayscale: #3B3B3B. Windows color (decimal): -8445175 or 598911. OLE color: 598911.

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

Color convert

RGB127359-
CMYK00.720.930.50
HSL13.22º86.76%26.67%-
HSV(B)13.22º92.91%49.8%-
XYZ9.45.730.87-
YUV59.5499.48176.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 74.27%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=74.27%
G=20.47%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12735900.720.930.5013.2286.7626.67
Hex7F2390485D32d571b
Octal17743110110135621512733
Binary111111110001110010100100010111011100101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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