#722001

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

Shades of Falu Red #722001

Tints of Falu Red #722001

Color information

#722001 (or 0x722001) is unknown color: approx Falu Red. HEX triplet: 72, 20 and 01. RGB value is (114,32,1). Sum of RGB (Red+Green+Blue) = 114+32+1=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #722001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722001 is #8DDFFE. Grayscale: #353535. Windows color (decimal): -9297919 or 73842. OLE color: 73842.

HSL color Cylindrical-coordinate representation of color #722001: hue angle of 16.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #722001 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114321-
CMYK00.720.990.55
HSL16.46º98.26%22.55%-
HSV(B)16.46º99.12%44.71%-
XYZ7.464.610.53-
YUV52.9898.67171.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=77.55%
G=21.77%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11432100.720.990.5516.4698.2622.55
Hex722010486337106217
Octal1624010110143672014227
Binary1110010100000101001000110001111011110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722001; }

 p { color: rgb(114,32,1); }

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

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

 a { background-color: rgb(114,32,1); }

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

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

 span { border-color: rgb(114,32,1); }

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