#7F2613

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

Shades of Falu Red #7F2613

Tints of Falu Red #7F2613

Color information

#7F2613 (or 0x7F2613) is unknown color: approx Falu Red. HEX triplet: 7F, 26 and 13. RGB value is (127,38,19). Sum of RGB (Red+Green+Blue) = 127+38+19=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2613 is #80D9EC. Grayscale: #3E3E3E. Windows color (decimal): -8444397 or 1255039. OLE color: 1255039.

HSL color Cylindrical-coordinate representation of color #7F2613: hue angle of 10.56º 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 #7F2613 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1273819-
CMYK00.700.850.50
HSL10.56º73.97%28.63%-
HSV(B)10.56º85.04%49.8%-
XYZ9.565.951.26-
YUV62.44103.49174.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.02%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=69.02%
G=20.65%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127381900.700.850.5010.5673.9728.63
Hex7F26130465532b4a1d
Octal17746230106125621311235
Binary1111111100110100110100011010101011100101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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