Html Css Color HEX #922409 Falu Red

📋 copy color: '#922409'

red 146 ◦ green 36 ◦ blue 9

#922409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #922409

Tints of Falu Red #922409

RGB

 RED value IS 146 (57.42% from 255) = 76.44%

 GREEN value IS 36 (14.45% from 255) = 18.85%

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 76.44%
G = 18.85%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#922409 (or 0x922409) is known color: Falu Red. HEX triplet: 92, 24 and 09. RGB value is (146,36,9). Sum of RGB (Red+Green+Blue) = 146+36+9=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #922409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922409 is #6DDBF6. Grayscale: #424242. Windows color (decimal): -7199735 or 599186. OLE color: 599186.

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

Color convert

RGB 146 36 9 -
CMYK 0 0.75 0.94 0.43
HSL 11.82º 0.88% 0.3% -
HSV(B) 11.82º 0.94% 0.57% -
XYZ 12.53 7.39 1.02 -
YUV 65.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 146 36 9 0 0.75 0.94 0.43 11.82 0.88 0.3
Hex 92 24 9 0 4B 5E 2B C 58 1E
Octal 222 44 11 0 113 136 53 14 130 36
Binary 10010010 100100 1001 0 1001011 1011110 101011 1100 1011000 11110

Color Harmonies of #922409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922409

Black with #922409

Text Example


Text Example

White with #922409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922409; }

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

 H1.HeaderClassName
 {
   color: #922409;
 }
 .AnyTagClassName
 {
   color: #922409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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