#721919

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

Shades of Falu Red #721919

Tints of Falu Red #721919

Color information

#721919 (or 0x721919) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 19. RGB value is (114,25,25). Sum of RGB (Red+Green+Blue) = 114+25+25=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #721919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721919 is #8DE6E6. Grayscale: #333333. Windows color (decimal): -9299687 or 1644914. OLE color: 1644914.

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

Color convert

RGB1142525-
CMYK00.780.780.55
HSL64.03%27.25%-
HSV(B)78.07%44.71%-
XYZ7.464.341.36-
YUV51.61112.99172.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=69.51%
G=15.24%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114252500.780.780.55064.0327.25
Hex72191904E4E370401b
Octal1623131011611667010033
Binary111001011001110010100111010011101101110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721919; }

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

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

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

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

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

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

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

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