#722218

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

Shades of Falu Red #722218

Tints of Falu Red #722218

Color information

#722218 (or 0x722218) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 18. RGB value is (114,34,24). Sum of RGB (Red+Green+Blue) = 114+34+24=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #722218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722218 is #8DDDE7. Grayscale: #383838. Windows color (decimal): -9297384 or 1581682. OLE color: 1581682.

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

Color convert

RGB1143424-
CMYK00.700.790.55
HSL6.67º65.22%27.06%-
HSV(B)6.67º78.95%44.71%-
XYZ7.684.791.38-
YUV56.78109.5168.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=66.28%
G=19.77%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114342400.700.790.556.6765.2227.06
Hex7222180464F377411b
Octal1624230010611767710133
Binary111001010001011000010001101001111110111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722218; }

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

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

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

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

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

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

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

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