#721613

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

Shades of Falu Red #721613

Tints of Falu Red #721613

Color information

#721613 (or 0x721613) is unknown color: approx Falu Red. HEX triplet: 72, 16 and 13. RGB value is (114,22,19). Sum of RGB (Red+Green+Blue) = 114+22+19=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721613 is #8DE9EC. Grayscale: #313131. Windows color (decimal): -9300461 or 1250930. OLE color: 1250930.

HSL color Cylindrical-coordinate representation of color #721613: hue angle of 1.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721613 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1142219-
CMYK00.810.830.55
HSL1.89º71.43%26.08%-
HSV(B)1.89º83.33%44.71%-
XYZ7.344.21.04-
YUV49.17110.98174.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=73.55%
G=14.19%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114221900.810.830.551.8971.4326.08
Hex72161305153372471a
Octal1622623012112367210732
Binary1110010101101001101010001101001111011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721613; }

 p { color: rgb(114,22,19); }

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

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

 a { background-color: rgb(114,22,19); }

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

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

 span { border-color: rgb(114,22,19); }

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