#712018

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

Shades of Falu Red #712018

Tints of Falu Red #712018

Color information

#712018 (or 0x712018) is unknown color: approx Falu Red. HEX triplet: 71, 20 and 18. RGB value is (113,32,24). Sum of RGB (Red+Green+Blue) = 113+32+24=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #712018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712018 is #8EDFE7. Grayscale: #373737. Windows color (decimal): -9363432 or 1581169. OLE color: 1581169.

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

Color convert

RGB1133224-
CMYK00.720.790.56
HSL5.39º64.96%26.86%-
HSV(B)5.39º78.76%44.31%-
XYZ7.494.611.36-
YUV55.31110.34169.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=66.86%
G=18.93%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113322400.720.790.565.3964.9626.86
Hex7120180484F385411b
Octal1614030011011770510133
Binary111000110000011000010010001001111111000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712018; }

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

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

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

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

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

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

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

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