#72160A

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

Shades of Falu Red #72160A

Tints of Falu Red #72160A

Color information

#72160A (or 0x72160A) is unknown color: approx Falu Red. HEX triplet: 72, 16 and 0A. RGB value is (114,22,10). Sum of RGB (Red+Green+Blue) = 114+22+10=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72160A is #8DE9F5. Grayscale: #303030. Windows color (decimal): -9300470 or 661106. OLE color: 661106.

HSL color Cylindrical-coordinate representation of color #72160A: hue angle of 6.92º 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 #72160A is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1142210-
CMYK00.810.910.55
HSL6.92º83.87%24.31%-
HSV(B)6.92º91.23%44.71%-
XYZ7.284.170.71-
YUV48.14106.48174.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=78.08%
G=15.07%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114221000.810.910.556.9283.8724.31
Hex7216A0515B3775418
Octal1622612012113367712430
Binary1110010101101010010100011011011110111111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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