#861F0F

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

Shades of Falu Red #861F0F

Tints of Falu Red #861F0F

Color information

#861F0F (or 0x861F0F) is unknown color: approx Falu Red. HEX triplet: 86, 1F and 0F. RGB value is (134,31,15). Sum of RGB (Red+Green+Blue) = 134+31+15=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #861F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F0F is #79E0F0. Grayscale: #3C3C3C. Windows color (decimal): -7987441 or 991110. OLE color: 991110.

HSL color Cylindrical-coordinate representation of color #861F0F: hue angle of 8.07º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861F0F is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1343115-
CMYK00.770.890.47
HSL8.07º79.87%29.22%-
HSV(B)8.07º88.81%52.55%-
XYZ10.416.081.08-
YUV59.97102.62180.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.44%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=74.44%
G=17.22%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134311500.770.890.478.0779.8729.22
Hex861FF04D592F8501d
Octal20637170115131571012035
Binary100001101111111110100110110110011011111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861F0F; }

 p { color: rgb(134,31,15); }

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

<style>
 a { background-color: #861F0F; }

 a { background-color: rgb(134,31,15); }

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

<style>
 span { border-color: #861F0F; }

 span { border-color: rgb(134,31,15); }

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