#722101

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

Shades of Falu Red #722101

Tints of Falu Red #722101

Color information

#722101 (or 0x722101) is unknown color: approx Falu Red. HEX triplet: 72, 21 and 01. RGB value is (114,33,1). Sum of RGB (Red+Green+Blue) = 114+33+1=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #722101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722101 is #8DDEFE. Grayscale: #353535. Windows color (decimal): -9297663 or 74098. OLE color: 74098.

HSL color Cylindrical-coordinate representation of color #722101: hue angle of 16.99º 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 #722101 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114331-
CMYK00.710.990.55
HSL16.99º98.26%22.55%-
HSV(B)16.99º99.12%44.71%-
XYZ7.494.670.53-
YUV53.5798.34171.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.03%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=77.03%
G=22.30%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11433100.710.990.5516.9998.2622.55
Hex722110476337116217
Octal1624110107143672114227
Binary1110010100001101000111110001111011110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722101; }

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

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

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

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

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

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

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

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