#722413

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

Shades of Falu Red #722413

Tints of Falu Red #722413

Color information

#722413 (or 0x722413) is unknown color: approx Falu Red. HEX triplet: 72, 24 and 13. RGB value is (114,36,19). Sum of RGB (Red+Green+Blue) = 114+36+19=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722413 is #8DDBEC. Grayscale: #393939. Windows color (decimal): -9296877 or 1254514. OLE color: 1254514.

HSL color Cylindrical-coordinate representation of color #722413: hue angle of 10.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #722413 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1143619-
CMYK00.680.830.55
HSL10.74º71.43%26.08%-
HSV(B)10.74º83.33%44.71%-
XYZ7.694.891.15-
YUV57.38106.34168.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=67.46%
G=21.30%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114361900.680.830.5510.7471.4326.08
Hex7224130445337b471a
Octal16244230104123671310732
Binary1110010100100100110100010010100111101111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722413; }

 p { color: rgb(114,36,19); }

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

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

 a { background-color: rgb(114,36,19); }

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

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

 span { border-color: rgb(114,36,19); }

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