#721E0E

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

Shades of Falu Red #721E0E

Tints of Falu Red #721E0E

Color information

#721E0E (or 0x721E0E) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 0E. RGB value is (114,30,14). Sum of RGB (Red+Green+Blue) = 114+30+14=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #721E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E0E is #8DE1F1. Grayscale: #353535. Windows color (decimal): -9298418 or 925298. OLE color: 925298.

HSL color Cylindrical-coordinate representation of color #721E0E: hue angle of 9.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721E0E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1143014-
CMYK00.740.880.55
HSL9.6º78.12%25.1%-
HSV(B)9.6º87.72%44.71%-
XYZ7.484.540.9-
YUV53.29105.83171.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=72.15%
G=18.99%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114301400.740.880.559.678.1225.1
Hex721EE04A5837a4e19
Octal16236160112130671211631
Binary11100101111011100100101010110001101111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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