#722205

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

Shades of Falu Red #722205

Tints of Falu Red #722205

Color information

#722205 (or 0x722205) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 05. RGB value is (114,34,5). Sum of RGB (Red+Green+Blue) = 114+34+5=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #722205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722205 is #8DDDFA. Grayscale: #363636. Windows color (decimal): -9297403 or 336498. OLE color: 336498.

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

Color convert

RGB114345-
CMYK00.700.960.55
HSL15.96º91.6%23.33%-
HSV(B)15.96º95.61%44.71%-
XYZ7.544.730.66-
YUV54.61100170.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=74.51%
G=22.22%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11434500.700.960.5515.9691.623.33
Hex722250466037105c17
Octal1624250106140672013427
Binary111001010001010101000110110000011011110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722205; }

 p { color: rgb(114,34,5); }

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

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

 a { background-color: rgb(114,34,5); }

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

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

 span { border-color: rgb(114,34,5); }

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