#721E1D

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

Shades of Falu Red #721E1D

Tints of Falu Red #721E1D

Color information

#721E1D (or 0x721E1D) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 1D. RGB value is (114,30,29). Sum of RGB (Red+Green+Blue) = 114+30+29=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1D is #8DE1E2. Grayscale: #373737. Windows color (decimal): -9298403 or 1908338. OLE color: 1908338.

HSL color Cylindrical-coordinate representation of color #721E1D: hue angle of 0.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721E1D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1143029-
CMYK00.740.750.55
HSL0.71º59.44%28.04%-
HSV(B)0.71º74.56%44.71%-
XYZ7.634.591.65-
YUV55113.33170.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=65.90%
G=17.34%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114302900.740.750.550.7159.4428.04
Hex721E1D04A4B3713b1c
Octal162363501121136717334
Binary11100101111011101010010101001011110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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