#710F0D

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

Shades of Falu Red #710F0D

Tints of Falu Red #710F0D

Color information

#710F0D (or 0x710F0D) is unknown color: approx Falu Red. HEX triplet: 71, 0F and 0D. RGB value is (113,15,13). Sum of RGB (Red+Green+Blue) = 113+15+13=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #710F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F0D is #8EF0F2. Grayscale: #2C2C2C. Windows color (decimal): -9367795 or 855921. OLE color: 855921.

HSL color Cylindrical-coordinate representation of color #710F0D: hue angle of 1.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710F0D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1131513-
CMYK00.870.880.56
HSL1.2º79.37%24.71%-
HSV(B)1.2º88.5%44.31%-
XYZ7.053.880.76-
YUV44.07110.47177.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 80.14%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=80.14%
G=10.64%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113151300.870.880.561.279.3724.71
Hex71FD057583814f19
Octal1611715012713070111731
Binary1110001111111010101011110110001110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710F0D; }

 p { color: rgb(113,15,13); }

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

<style>
 a { background-color: #710F0D; }

 a { background-color: rgb(113,15,13); }

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

<style>
 span { border-color: #710F0D; }

 span { border-color: rgb(113,15,13); }

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