#721F10

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

Shades of Falu Red #721F10

Tints of Falu Red #721F10

Color information

#721F10 (or 0x721F10) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 10. RGB value is (114,31,16). Sum of RGB (Red+Green+Blue) = 114+31+16=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #721F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F10 is #8DE0EF. Grayscale: #363636. Windows color (decimal): -9298160 or 1056626. OLE color: 1056626.

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

Color convert

RGB1143116-
CMYK00.730.860.55
HSL9.18º75.38%25.49%-
HSV(B)9.18º85.96%44.71%-
XYZ7.524.590.98-
YUV54.11106.5170.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=70.81%
G=19.25%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114311600.730.860.559.1875.3825.49
Hex721F10049563794b19
Octal16237200111126671111331
Binary111001011111100000100100110101101101111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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