#721504

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

Shades of Falu Red #721504

Tints of Falu Red #721504

Color information

#721504 (or 0x721504) is unknown color: approx Falu Red. HEX triplet: 72, 15 and 04. RGB value is (114,21,4). Sum of RGB (Red+Green+Blue) = 114+21+4=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721504 is #8DEAFB. Grayscale: #2F2F2F. Windows color (decimal): -9300732 or 267634. OLE color: 267634.

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

Color convert

RGB114214-
CMYK00.820.960.55
HSL9.27º93.22%23.14%-
HSV(B)9.27º96.49%44.71%-
XYZ7.234.120.53-
YUV46.87103.81175.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.01%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=82.01%
G=15.11%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421400.820.960.559.2793.2223.14
Hex72154052603795d17
Octal1622540122140671113527
Binary1110010101011000101001011000001101111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721504; }

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

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

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

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

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

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

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

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