Html Css Color HEX #921609 Falu Red

📋 copy color: '#921609'

red 146 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #921609

Tints of Falu Red #921609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 82.49%
G = 12.43%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#921609 (or 0x921609) is known color: Falu Red. HEX triplet: 92, 16 and 09. RGB value is (146,22,9). Sum of RGB (Red+Green+Blue) = 146+22+9=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921609 is #6DE9F6. Grayscale: #393939. Windows color (decimal): -7203319 or 595602. OLE color: 595602.

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

Color convert

RGB 146 22 9 -
CMYK 0 0.85 0.94 0.43
HSL 5.69º 0.88% 0.3% -
HSV(B) 5.69º 0.94% 0.57% -
XYZ 12.19 6.7 0.91 -
YUV 57.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 146 22 9 0 0.85 0.94 0.43 5.69 0.88 0.3
Hex 92 16 9 0 55 5E 2B 6 58 1E
Octal 222 26 11 0 125 136 53 6 130 36
Binary 10010010 10110 1001 0 1010101 1011110 101011 110 1011000 11110

Color Harmonies of #921609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921609

Black with #921609

Text Example


Text Example

White with #921609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921609; }

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

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

background-color css

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

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

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

border-color css

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

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

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