#72180E

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

Shades of Falu Red #72180E

Tints of Falu Red #72180E

Color information

#72180E (or 0x72180E) is unknown color: approx Falu Red. HEX triplet: 72, 18 and 0E. RGB value is (114,24,14). Sum of RGB (Red+Green+Blue) = 114+24+14=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #72180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72180E is #8DE7F1. Grayscale: #313131. Windows color (decimal): -9299954 or 923762. OLE color: 923762.

HSL color Cylindrical-coordinate representation of color #72180E: hue angle of 6º 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 #72180E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1142414-
CMYK00.790.880.55
HSL78.12%25.1%-
HSV(B)87.72%44.71%-
XYZ7.354.260.85-
YUV49.77107.82173.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=75%
G=15.79%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114241400.790.880.55678.1225.1
Hex7218E04F583764e19
Octal1623016011713067611631
Binary1110010110001110010011111011000110111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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