#71180F

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

Shades of Falu Red #71180F

Tints of Falu Red #71180F

Color information

#71180F (or 0x71180F) is unknown color: approx Falu Red. HEX triplet: 71, 18 and 0F. RGB value is (113,24,15). Sum of RGB (Red+Green+Blue) = 113+24+15=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #71180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71180F is #8EE7F0. Grayscale: #313131. Windows color (decimal): -9365489 or 989297. OLE color: 989297.

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

Color convert

RGB1132415-
CMYK00.790.870.56
HSL5.51º76.56%25.1%-
HSV(B)5.51º86.73%44.31%-
XYZ7.224.20.88-
YUV49.58108.49173.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.34%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=74.34%
G=15.79%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113241500.790.870.565.5176.5625.1
Hex7118F04F573864d19
Octal1613017011712770611531
Binary1110001110001111010011111010111111000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71180F; }

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

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

<style>
 a { background-color: #71180F; }

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

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

<style>
 span { border-color: #71180F; }

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

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