#921A11

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

Shades of Falu Red #921A11

Tints of Falu Red #921A11

Color information

#921A11 (or 0x921A11) is unknown color: approx Falu Red. HEX triplet: 92, 1A and 11. RGB value is (146,26,17). Sum of RGB (Red+Green+Blue) = 146+26+17=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #921A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A11 is #6DE5EE. Grayscale: #3D3D3D. Windows color (decimal): -7202287 or 1120914. OLE color: 1120914.

HSL color Cylindrical-coordinate representation of color #921A11: hue angle of 4.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921A11 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1462617-
CMYK00.820.880.43
HSL4.19º79.14%31.96%-
HSV(B)4.19º88.36%57.25%-
XYZ12.326.891.21-
YUV60.85103.26188.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 77.25%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=77.25%
G=13.76%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146261700.820.880.434.1979.1431.96
Hex921A11052582B44f20
Octal2223221012213053411740
Binary1001001011010100010101001010110001010111001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921A11; }

 p { color: rgb(146,26,17); }

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

<style>
 a { background-color: #921A11; }

 a { background-color: rgb(146,26,17); }

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

<style>
 span { border-color: #921A11; }

 span { border-color: rgb(146,26,17); }

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