#721413

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

Shades of Falu Red #721413

Tints of Falu Red #721413

Color information

#721413 (or 0x721413) is unknown color: approx Falu Red. HEX triplet: 72, 14 and 13. RGB value is (114,20,19). Sum of RGB (Red+Green+Blue) = 114+20+19=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #721413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721413 is #8DEBEC. Grayscale: #303030. Windows color (decimal): -9300973 or 1250418. OLE color: 1250418.

HSL color Cylindrical-coordinate representation of color #721413: hue angle of 0.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721413 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1142019-
CMYK00.820.830.55
HSL0.63º71.43%26.08%-
HSV(B)0.63º83.33%44.71%-
XYZ7.314.121.03-
YUV47.99111.64175.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=74.51%
G=13.07%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114201900.820.830.550.6371.4326.08
Hex72141305253371471a
Octal1622423012212367110732
Binary111001010100100110101001010100111101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721413; }

 p { color: rgb(114,20,19); }

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

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

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

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

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

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

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