#921411

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

Shades of Falu Red #921411

Tints of Falu Red #921411

Color information

#921411 (or 0x921411) is unknown color: approx Falu Red. HEX triplet: 92, 14 and 11. RGB value is (146,20,17). Sum of RGB (Red+Green+Blue) = 146+20+17=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #921411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921411 is #6DEBEE. Grayscale: #393939. Windows color (decimal): -7203823 or 1119378. OLE color: 1119378.

HSL color Cylindrical-coordinate representation of color #921411: hue angle of 1.4º 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 #921411 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1462017-
CMYK00.860.880.43
HSL1.4º79.14%31.96%-
HSV(B)1.4º88.36%57.25%-
XYZ12.216.651.17-
YUV57.33105.24191.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.78%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=79.78%
G=10.93%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146201700.860.880.431.479.1431.96
Hex921411056582B14f20
Octal2222421012613053111740
Binary10010010101001000101010110101100010101111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921411; }

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

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

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

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

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

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

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

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