#711816

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

Shades of Falu Red #711816

Tints of Falu Red #711816

Color information

#711816 (or 0x711816) is unknown color: approx Falu Red. HEX triplet: 71, 18 and 16. RGB value is (113,24,22). Sum of RGB (Red+Green+Blue) = 113+24+22=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #711816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711816 is #8EE7E9. Grayscale: #323232. Windows color (decimal): -9365482 or 1448049. OLE color: 1448049.

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

Color convert

RGB1132422-
CMYK00.790.810.56
HSL1.32º67.41%26.47%-
HSV(B)1.32º80.53%44.31%-
XYZ7.284.221.19-
YUV50.38111.99172.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=71.07%
G=15.09%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113242200.790.810.561.3267.4126.47
Hex71181604F51381431a
Octal1613026011712170110332
Binary111000111000101100100111110100011110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711816; }

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

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

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

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

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

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

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

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