#72240E

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

Shades of Falu Red #72240E

Tints of Falu Red #72240E

Color information

#72240E (or 0x72240E) is unknown color: approx Falu Red. HEX triplet: 72, 24 and 0E. RGB value is (114,36,14). Sum of RGB (Red+Green+Blue) = 114+36+14=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72240E is #8DDBF1. Grayscale: #383838. Windows color (decimal): -9296882 or 926834. OLE color: 926834.

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

Color convert

RGB1143614-
CMYK00.680.880.55
HSL13.2º78.12%25.1%-
HSV(B)13.2º87.72%44.71%-
XYZ7.654.870.95-
YUV56.81103.84168.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=69.51%
G=21.95%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114361400.680.880.5513.278.1225.1
Hex7224E0445837d4e19
Octal16244160104130671511631
Binary111001010010011100100010010110001101111101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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