#722206

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

Shades of Falu Red #722206

Tints of Falu Red #722206

Color information

#722206 (or 0x722206) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 06. RGB value is (114,34,6). Sum of RGB (Red+Green+Blue) = 114+34+6=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #722206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722206 is #8DDDF9. Grayscale: #363636. Windows color (decimal): -9297402 or 402034. OLE color: 402034.

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

Color convert

RGB114346-
CMYK00.700.950.55
HSL15.56º90%23.53%-
HSV(B)15.56º94.74%44.71%-
XYZ7.544.730.69-
YUV54.73100.5170.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.03%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=74.03%
G=22.08%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11434600.700.950.5515.569023.53
Hex722260465F37105a18
Octal1624260106137672013230
Binary111001010001011001000110101111111011110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722206; }

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

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

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

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

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

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

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

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