#722219

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

Shades of Falu Red #722219

Tints of Falu Red #722219

Color information

#722219 (or 0x722219) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 19. RGB value is (114,34,25). Sum of RGB (Red+Green+Blue) = 114+34+25=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722219 is #8DDDE6. Grayscale: #393939. Windows color (decimal): -9297383 or 1647218. OLE color: 1647218.

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

Color convert

RGB1143425-
CMYK00.700.780.55
HSL6.07º64.03%27.25%-
HSV(B)6.07º78.07%44.71%-
XYZ7.694.791.44-
YUV56.89110168.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=65.90%
G=19.65%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114342500.700.780.556.0764.0327.25
Hex7222190464E376401b
Octal1624231010611667610033
Binary111001010001011001010001101001110110111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722219; }

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

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

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

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

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

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

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

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