#712215

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

Shades of Falu Red #712215

Tints of Falu Red #712215

Color information

#712215 (or 0x712215) is unknown color: approx Falu Red. HEX triplet: 71, 22 and 15. RGB value is (113,34,21). Sum of RGB (Red+Green+Blue) = 113+34+21=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712215 is #8EDDEA. Grayscale: #383838. Windows color (decimal): -9362923 or 1385073. OLE color: 1385073.

HSL color Cylindrical-coordinate representation of color #712215: hue angle of 8.48º degrees, saturation: 0.69, 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 #712215 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1133421-
CMYK00.700.810.56
HSL8.48º68.66%26.27%-
HSV(B)8.48º81.42%44.31%-
XYZ7.524.711.22-
YUV56.14108.17168.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=67.26%
G=20.24%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113342100.700.810.568.4868.6626.27
Hex71221504651388451a
Octal16142250106121701010532
Binary1110001100010101010100011010100011110001000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712215; }

 p { color: rgb(113,34,21); }

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

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

 a { background-color: rgb(113,34,21); }

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

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

 span { border-color: rgb(113,34,21); }

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