#711912

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

Shades of Falu Red #711912

Tints of Falu Red #711912

Color information

#711912 (or 0x711912) is unknown color: approx Falu Red. HEX triplet: 71, 19 and 12. RGB value is (113,25,18). Sum of RGB (Red+Green+Blue) = 113+25+18=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #711912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711912 is #8EE6ED. Grayscale: #323232. Windows color (decimal): -9365230 or 1186161. OLE color: 1186161.

HSL color Cylindrical-coordinate representation of color #711912: hue angle of 4.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711912 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1132518-
CMYK00.780.840.56
HSL4.42º72.52%25.69%-
HSV(B)4.42º84.07%44.31%-
XYZ7.274.251.01-
YUV50.51109.65172.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=72.44%
G=16.03%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113251800.780.840.564.4272.5225.69
Hex71191204E54384491a
Octal1613122011612470411132
Binary11100011100110010010011101010100111000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711912; }

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

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

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

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

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

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

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

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