#721904

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

Shades of Falu Red #721904

Tints of Falu Red #721904

Color information

#721904 (or 0x721904) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 04. RGB value is (114,25,4). Sum of RGB (Red+Green+Blue) = 114+25+4=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #721904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721904 is #8DE6FB. Grayscale: #313131. Windows color (decimal): -9299708 or 268658. OLE color: 268658.

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

Color convert

RGB114254-
CMYK00.780.960.55
HSL11.45º93.22%23.14%-
HSV(B)11.45º96.49%44.71%-
XYZ7.314.280.56-
YUV49.22102.49174.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=79.72%
G=17.48%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425400.780.960.5511.4593.2223.14
Hex7219404E6037b5d17
Octal1623140116140671313527
Binary1110010110011000100111011000001101111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721904; }

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

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

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

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

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

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

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

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