#721E13

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

Shades of Falu Red #721E13

Tints of Falu Red #721E13

Color information

#721E13 (or 0x721E13) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 13. RGB value is (114,30,19). Sum of RGB (Red+Green+Blue) = 114+30+19=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #721E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E13 is #8DE1EC. Grayscale: #353535. Windows color (decimal): -9298413 or 1252978. OLE color: 1252978.

HSL color Cylindrical-coordinate representation of color #721E13: hue angle of 6.95º 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 #721E13 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1143019-
CMYK00.740.830.55
HSL6.95º71.43%26.08%-
HSV(B)6.95º83.33%44.71%-
XYZ7.524.551.1-
YUV53.86108.33170.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=69.94%
G=18.40%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114301900.740.830.556.9571.4326.08
Hex721E1304A53377471a
Octal1623623011212367710732
Binary11100101111010011010010101010011110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721E13; }

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

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

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

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

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

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

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

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