#721E1C

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

Shades of Falu Red #721E1C

Tints of Falu Red #721E1C

Color information

#721E1C (or 0x721E1C) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 1C. RGB value is (114,30,28). Sum of RGB (Red+Green+Blue) = 114+30+28=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1C is #8DE1E3. Grayscale: #363636. Windows color (decimal): -9298404 or 1842802. OLE color: 1842802.

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

Color convert

RGB1143028-
CMYK00.740.750.55
HSL1.4º60.56%27.84%-
HSV(B)1.4º75.44%44.71%-
XYZ7.614.591.58-
YUV54.89112.83170.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=66.28%
G=17.44%
B=16.28%

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
Decimal114302800.740.750.551.460.5627.84
Hex721E1C04A4B3713d1c
Octal162363401121136717534
Binary11100101111011100010010101001011110111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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