#72240D

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

Shades of Falu Red #72240D

Tints of Falu Red #72240D

Color information

#72240D (or 0x72240D) is unknown color: approx Falu Red. HEX triplet: 72, 24 and 0D. RGB value is (114,36,13). Sum of RGB (Red+Green+Blue) = 114+36+13=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72240D is #8DDBF2. Grayscale: #383838. Windows color (decimal): -9296883 or 861298. OLE color: 861298.

HSL color Cylindrical-coordinate representation of color #72240D: hue angle of 13.66º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72240D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1143613-
CMYK00.680.890.55
HSL13.66º79.53%24.9%-
HSV(B)13.66º88.6%44.71%-
XYZ7.644.870.92-
YUV56.7103.34168.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=69.94%
G=22.09%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114361300.680.890.5513.6679.5324.9
Hex7224D0445937e5019
Octal16244150104131671612031
Binary111001010010011010100010010110011101111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72240D; }

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

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

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

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

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

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

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

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