#721F06

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

Shades of Falu Red #721F06

Tints of Falu Red #721F06

Color information

#721F06 (or 0x721F06) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 06. RGB value is (114,31,6). Sum of RGB (Red+Green+Blue) = 114+31+6=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F06 is #8DE0F9. Grayscale: #353535. Windows color (decimal): -9298170 or 401266. OLE color: 401266.

HSL color Cylindrical-coordinate representation of color #721F06: hue angle of 13.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #721F06 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114316-
CMYK00.730.950.55
HSL13.89º90%23.53%-
HSV(B)13.89º94.74%44.71%-
XYZ7.464.570.66-
YUV52.97101.5171.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=75.50%
G=20.53%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11431600.730.950.5513.899023.53
Hex721F60495F37e5a18
Octal1623760111137671613230
Binary1110010111111100100100110111111101111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,6); }

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

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

 a { background-color: rgb(114,31,6); }

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

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

 span { border-color: rgb(114,31,6); }

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