#721A04

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

Shades of Falu Red #721A04

Tints of Falu Red #721A04

Color information

#721A04 (or 0x721A04) is unknown color: approx Falu Red. HEX triplet: 72, 1A and 04. RGB value is (114,26,4). Sum of RGB (Red+Green+Blue) = 114+26+4=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A04 is #8DE5FB. Grayscale: #313131. Windows color (decimal): -9299452 or 268914. OLE color: 268914.

HSL color Cylindrical-coordinate representation of color #721A04: hue angle of 12º 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 #721A04 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB114264-
CMYK00.770.960.55
HSL12º93.22%23.14%-
HSV(B)12º96.49%44.71%-
XYZ7.334.320.56-
YUV49.8102.15173.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=79.17%
G=18.06%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11426400.770.960.551293.2223.14
Hex721A404D6037c5d17
Octal1623240115140671413527
Binary1110010110101000100110111000001101111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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