#721F19

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

Shades of Falu Red #721F19

Tints of Falu Red #721F19

Color information

#721F19 (or 0x721F19) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 19. RGB value is (114,31,25). Sum of RGB (Red+Green+Blue) = 114+31+25=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F19 is #8DE0E6. Grayscale: #373737. Windows color (decimal): -9298151 or 1646450. OLE color: 1646450.

HSL color Cylindrical-coordinate representation of color #721F19: hue angle of 4.04º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721F19 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1143125-
CMYK00.730.780.55
HSL4.04º64.03%27.25%-
HSV(B)4.04º78.07%44.71%-
XYZ7.64.631.41-
YUV55.13111169.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.06%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=67.06%
G=18.24%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114312500.730.780.554.0464.0327.25
Hex721F190494E374401b
Octal1623731011111667410033
Binary11100101111111001010010011001110110111100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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