#722207

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

Shades of Falu Red #722207

Tints of Falu Red #722207

Color information

#722207 (or 0x722207) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 07. RGB value is (114,34,7). Sum of RGB (Red+Green+Blue) = 114+34+7=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722207 is #8DDDF8. Grayscale: #373737. Windows color (decimal): -9297401 or 467570. OLE color: 467570.

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

Color convert

RGB114347-
CMYK00.700.940.55
HSL15.14º88.43%23.73%-
HSV(B)15.14º93.86%44.71%-
XYZ7.554.740.72-
YUV54.84101170.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=73.55%
G=21.94%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11434700.700.940.5515.1488.4323.73
Hex722270465E37f5818
Octal1624270106136671713030
Binary11100101000101110100011010111101101111111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722207; }

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

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

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

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

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

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

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

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