#722314

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

Shades of Falu Red #722314

Tints of Falu Red #722314

Color information

#722314 (or 0x722314) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 14. RGB value is (114,35,20). Sum of RGB (Red+Green+Blue) = 114+35+20=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722314 is #8DDCEB. Grayscale: #393939. Windows color (decimal): -9297132 or 1319794. OLE color: 1319794.

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

Color convert

RGB1143520-
CMYK00.690.820.55
HSL9.57º70.15%26.27%-
HSV(B)9.57º82.46%44.71%-
XYZ7.674.831.19-
YUV56.91107.17168.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=67.46%
G=20.71%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114352000.690.820.559.5770.1526.27
Hex7223140455237a461a
Octal16243240105122671210632
Binary1110010100011101000100010110100101101111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722314; }

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

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

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

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

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

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

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

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