#921F09

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

Shades of Falu Red #921F09

Tints of Falu Red #921F09

Color information

#921F09 (or 0x921F09) is unknown color: approx Falu Red. HEX triplet: 92, 1F and 09. RGB value is (146,31,9). Sum of RGB (Red+Green+Blue) = 146+31+9=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F09 is #6DE0F6. Grayscale: #3F3F3F. Windows color (decimal): -7201015 or 597906. OLE color: 597906.

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

Color convert

RGB146319-
CMYK00.790.940.43
HSL9.64º88.39%30.39%-
HSV(B)9.64º93.84%57.25%-
XYZ12.397.110.98-
YUV62.8897.6187.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.49%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=78.49%
G=16.67%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14631900.790.940.439.6488.3930.39
Hex921F904F5E2Ba581e
Octal22237110117136531213036
Binary100100101111110010100111110111101010111010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,31,9); }

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

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

 a { background-color: rgb(146,31,9); }

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

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

 span { border-color: rgb(146,31,9); }

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