#721D13

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

Shades of Falu Red #721D13

Tints of Falu Red #721D13

Color information

#721D13 (or 0x721D13) is unknown color: approx Falu Red. HEX triplet: 72, 1D and 13. RGB value is (114,29,19). Sum of RGB (Red+Green+Blue) = 114+29+19=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #721D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721D13 is #8DE2EC. Grayscale: #353535. Windows color (decimal): -9298669 or 1252722. OLE color: 1252722.

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

Color convert

RGB1142919-
CMYK00.750.830.55
HSL6.32º71.43%26.08%-
HSV(B)6.32º83.33%44.71%-
XYZ7.54.51.09-
YUV53.27108.66171.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=70.37%
G=17.90%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114291900.750.830.556.3271.4326.08
Hex721D1304B53376471a
Octal1623523011312367610732
Binary11100101110110011010010111010011110111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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