#710D0B

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

Shades of Falu Red #710D0B

Tints of Falu Red #710D0B

Color information

#710D0B (or 0x710D0B) is unknown color: approx Falu Red. HEX triplet: 71, 0D and 0B. RGB value is (113,13,11). Sum of RGB (Red+Green+Blue) = 113+13+11=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D0B is #8EF2F4. Grayscale: #2A2A2A. Windows color (decimal): -9368309 or 724337. OLE color: 724337.

HSL color Cylindrical-coordinate representation of color #710D0B: hue angle of 1.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710D0B is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1131311-
CMYK00.880.900.56
HSL1.18º82.26%24.31%-
HSV(B)1.18º90.27%44.31%-
XYZ7.013.820.68-
YUV42.67110.13178.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 82.48%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=82.48%
G=9.49%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113131100.880.900.561.1882.2624.31
Hex71DB0585A3815218
Octal1611513013013270112230
Binary1110001110110110101100010110101110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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