#721906

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

Shades of Falu Red #721906

Tints of Falu Red #721906

Color information

#721906 (or 0x721906) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 06. RGB value is (114,25,6). Sum of RGB (Red+Green+Blue) = 114+25+6=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #721906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721906 is #8DE6F9. Grayscale: #313131. Windows color (decimal): -9299706 or 399730. OLE color: 399730.

HSL color Cylindrical-coordinate representation of color #721906: hue angle of 10.56º 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 #721906 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114256-
CMYK00.780.950.55
HSL10.56º90%23.53%-
HSV(B)10.56º94.74%44.71%-
XYZ7.324.290.61-
YUV49.44103.49174.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=78.62%
G=17.24%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425600.780.950.5510.569023.53
Hex7219604E5F37b5a18
Octal1623160116137671313230
Binary1110010110011100100111010111111101111011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721906; }

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

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

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

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

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

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

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

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