#72140A

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

Shades of Falu Red #72140A

Tints of Falu Red #72140A

Color information

#72140A (or 0x72140A) is unknown color: approx Falu Red. HEX triplet: 72, 14 and 0A. RGB value is (114,20,10). Sum of RGB (Red+Green+Blue) = 114+20+10=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72140A is #8DEBF5. Grayscale: #2F2F2F. Windows color (decimal): -9300982 or 660594. OLE color: 660594.

HSL color Cylindrical-coordinate representation of color #72140A: hue angle of 5.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72140A is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1142010-
CMYK00.820.910.55
HSL5.77º83.87%24.31%-
HSV(B)5.77º91.23%44.71%-
XYZ7.244.10.7-
YUV46.97107.14175.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=79.17%
G=13.89%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114201000.820.910.555.7783.8724.31
Hex7214A0525B3765418
Octal1622412012213367612430
Binary1110010101001010010100101011011110111110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72140A; }

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

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

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

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

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

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

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

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