#721E11

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

Shades of Falu Red #721E11

Tints of Falu Red #721E11

Color information

#721E11 (or 0x721E11) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 11. RGB value is (114,30,17). Sum of RGB (Red+Green+Blue) = 114+30+17=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #721E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E11 is #8DE1EE. Grayscale: #353535. Windows color (decimal): -9298415 or 1121906. OLE color: 1121906.

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

Color convert

RGB1143017-
CMYK00.740.850.55
HSL8.04º74.05%25.69%-
HSV(B)8.04º85.09%44.71%-
XYZ7.54.551.01-
YUV53.63107.33171.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=70.81%
G=18.63%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114301700.740.850.558.0474.0525.69
Hex721E1104A553784a1a
Octal16236210112125671011232
Binary111001011110100010100101010101011101111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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