#722312

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

Shades of Falu Red #722312

Tints of Falu Red #722312

Color information

#722312 (or 0x722312) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 12. RGB value is (114,35,18). Sum of RGB (Red+Green+Blue) = 114+35+18=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #722312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722312 is #8DDCED. Grayscale: #383838. Windows color (decimal): -9297134 or 1188722. OLE color: 1188722.

HSL color Cylindrical-coordinate representation of color #722312: hue angle of 10.63º 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 #722312 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1143518-
CMYK00.690.840.55
HSL10.63º72.73%25.88%-
HSV(B)10.63º84.21%44.71%-
XYZ7.654.821.1-
YUV56.68106.17168.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=68.26%
G=20.96%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114351800.690.840.5510.6372.7325.88
Hex7223120455437b491a
Octal16243220105124671311132
Binary1110010100011100100100010110101001101111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722312; }

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

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

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

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

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

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

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

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