#92160D

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

Shades of Falu Red #92160D

Tints of Falu Red #92160D

Color information

#92160D (or 0x92160D) is unknown color: approx Falu Red. HEX triplet: 92, 16 and 0D. RGB value is (146,22,13). Sum of RGB (Red+Green+Blue) = 146+22+13=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #92160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92160D is #6DE9F2. Grayscale: #3A3A3A. Windows color (decimal): -7203315 or 857746. OLE color: 857746.

HSL color Cylindrical-coordinate representation of color #92160D: hue angle of 4.06º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92160D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1462213-
CMYK00.850.910.43
HSL4.06º83.65%31.18%-
HSV(B)4.06º91.1%57.25%-
XYZ12.216.711.03-
YUV58.05102.58190.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.66%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=80.66%
G=12.15%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146221300.850.910.434.0683.6531.18
Hex9216D0555B2B4541f
Octal2222615012513353412437
Binary10010010101101101010101011011011101011100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,22,13); }

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

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

 a { background-color: rgb(146,22,13); }

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

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

 span { border-color: rgb(146,22,13); }

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