#721F1E

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

Shades of Falu Red #721F1E

Tints of Falu Red #721F1E

Color information

#721F1E (or 0x721F1E) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 1E. RGB value is (114,31,30). Sum of RGB (Red+Green+Blue) = 114+31+30=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F1E is #8DE0E1. Grayscale: #373737. Windows color (decimal): -9298146 or 1974130. OLE color: 1974130.

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

Color convert

RGB1143130-
CMYK00.730.740.55
HSL0.71º58.33%28.24%-
HSV(B)0.71º73.68%44.71%-
XYZ7.664.651.72-
YUV55.7113.5169.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=65.14%
G=17.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114313000.730.740.550.7158.3328.24
Hex721F1E0494A3713a1c
Octal162373601111126717234
Binary11100101111111110010010011001010110111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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