#721907

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

Shades of Falu Red #721907

Tints of Falu Red #721907

Color information

#721907 (or 0x721907) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 07. RGB value is (114,25,7). Sum of RGB (Red+Green+Blue) = 114+25+7=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #721907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721907 is #8DE6F8. Grayscale: #313131. Windows color (decimal): -9299705 or 465266. OLE color: 465266.

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

Color convert

RGB114257-
CMYK00.780.940.55
HSL10.09º88.43%23.73%-
HSV(B)10.09º93.86%44.71%-
XYZ7.334.290.64-
YUV49.56103.99173.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=78.08%
G=17.12%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425700.780.940.5510.0988.4323.73
Hex7219704E5E37a5818
Octal1623170116136671213030
Binary1110010110011110100111010111101101111010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721907; }

 p { color: rgb(114,25,7); }

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

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

 a { background-color: rgb(114,25,7); }

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

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

 span { border-color: rgb(114,25,7); }

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