#7F260C

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

Shades of Falu Red #7F260C

Tints of Falu Red #7F260C

Color information

#7F260C (or 0x7F260C) is unknown color: approx Falu Red. HEX triplet: 7F, 26 and 0C. RGB value is (127,38,12). Sum of RGB (Red+Green+Blue) = 127+38+12=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F260C is #80D9F3. Grayscale: #3D3D3D. Windows color (decimal): -8444404 or 796287. OLE color: 796287.

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

Color convert

RGB1273812-
CMYK00.700.910.50
HSL13.57º82.73%27.25%-
HSV(B)13.57º90.55%49.8%-
XYZ9.515.920.99-
YUV61.6599.99174.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 71.75%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=71.75%
G=21.47%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127381200.700.910.5013.5782.7327.25
Hex7F26C0465B32e531b
Octal17746140106133621612333
Binary111111110011011000100011010110111100101110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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