#71120B

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

Shades of Falu Red #71120B

Tints of Falu Red #71120B

Color information

#71120B (or 0x71120B) is unknown color: approx Falu Red. HEX triplet: 71, 12 and 0B. RGB value is (113,18,11). Sum of RGB (Red+Green+Blue) = 113+18+11=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #71120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71120B is #8EEDF4. Grayscale: #2D2D2D. Windows color (decimal): -9367029 or 725617. OLE color: 725617.

HSL color Cylindrical-coordinate representation of color #71120B: hue angle of 4.12º 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 #71120B is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1131811-
CMYK00.840.900.56
HSL4.12º82.26%24.31%-
HSV(B)4.12º90.27%44.31%-
XYZ7.093.970.71-
YUV45.61108.47176.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=79.58%
G=12.68%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113181100.840.900.564.1282.2624.31
Hex7112B0545A3845218
Octal1612213012413270412230
Binary1110001100101011010101001011010111000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71120B; }

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

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

<style>
 a { background-color: #71120B; }

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

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

<style>
 span { border-color: #71120B; }

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

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