#721917

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

Shades of Falu Red #721917

Tints of Falu Red #721917

Color information

#721917 (or 0x721917) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 17. RGB value is (114,25,23). Sum of RGB (Red+Green+Blue) = 114+25+23=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #721917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721917 is #8DE6E8. Grayscale: #333333. Windows color (decimal): -9299689 or 1513842. OLE color: 1513842.

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

Color convert

RGB1142523-
CMYK00.780.800.55
HSL1.32º66.42%26.86%-
HSV(B)1.32º79.82%44.71%-
XYZ7.444.331.26-
YUV51.38111.99172.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=70.37%
G=15.43%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114252300.780.800.551.3266.4226.86
Hex72191704E50371421b
Octal1623127011612067110233
Binary111001011001101110100111010100001101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721917; }

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

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

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

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

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

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

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

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