#7F1A13

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

Shades of Falu Red #7F1A13

Tints of Falu Red #7F1A13

Color information

#7F1A13 (or 0x7F1A13) is unknown color: approx Falu Red. HEX triplet: 7F, 1A and 13. RGB value is (127,26,19). Sum of RGB (Red+Green+Blue) = 127+26+19=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1A13 is #80E5EC. Grayscale: #373737. Windows color (decimal): -8447469 or 1251967. OLE color: 1251967.

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

Color convert

RGB1272619-
CMYK00.800.850.50
HSL3.89º73.97%28.63%-
HSV(B)3.89º85.04%49.8%-
XYZ9.245.31.15-
YUV55.4107.46179.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.84%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=73.84%
G=15.12%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127261900.800.850.503.8973.9728.63
Hex7F1A13050553244a1d
Octal1773223012012562411235
Binary11111111101010011010100001010101110010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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