#722412

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

Shades of Falu Red #722412

Tints of Falu Red #722412

Color information

#722412 (or 0x722412) is unknown color: approx Falu Red. HEX triplet: 72, 24 and 12. RGB value is (114,36,18). Sum of RGB (Red+Green+Blue) = 114+36+18=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #722412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722412 is #8DDBED. Grayscale: #393939. Windows color (decimal): -9296878 or 1188978. OLE color: 1188978.

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

Color convert

RGB1143618-
CMYK00.680.840.55
HSL11.25º72.73%25.88%-
HSV(B)11.25º84.21%44.71%-
XYZ7.684.881.11-
YUV57.27105.84168.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=67.86%
G=21.43%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114361800.680.840.5511.2572.7325.88
Hex7224120445437b491a
Octal16244220104124671311132
Binary1110010100100100100100010010101001101111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722412; }

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

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

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

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

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

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

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

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