#921D09

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

Shades of Falu Red #921D09

Tints of Falu Red #921D09

Color information

#921D09 (or 0x921D09) is unknown color: approx Falu Red. HEX triplet: 92, 1D and 09. RGB value is (146,29,9). Sum of RGB (Red+Green+Blue) = 146+29+9=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #921D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D09 is #6DE2F6. Grayscale: #3D3D3D. Windows color (decimal): -7201527 or 597394. OLE color: 597394.

HSL color Cylindrical-coordinate representation of color #921D09: hue angle of 8.76º 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 #921D09 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146299-
CMYK00.800.940.43
HSL8.76º88.39%30.39%-
HSV(B)8.76º93.84%57.25%-
XYZ12.347.010.96-
YUV61.798.26188.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.35%
GREEN value IS 29 (11.72% from 255) = 15.76%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=79.35%
G=15.76%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14629900.800.940.438.7688.3930.39
Hex921D90505E2B9581e
Octal22235110120136531113036
Binary100100101110110010101000010111101010111001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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