Html Css Color HEX #941609 Falu Red

📋 copy color: '#941609'

red 148 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #941609

Tints of Falu Red #941609

RGB

 RED value IS 148 (58.2% from 255) = 82.68%

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

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

R = 82.68%
G = 12.29%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#941609 (or 0x941609) is known color: Falu Red. HEX triplet: 94, 16 and 09. RGB value is (148,22,9). Sum of RGB (Red+Green+Blue) = 148+22+9=179 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.68% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 148 - color contains mainly: red. Hex color #941609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941609 is #6BE9F6. Grayscale: #3A3A3A. Windows color (decimal): -7072247 or 595604. OLE color: 595604.

HSL color Cylindrical-coordinate representation of color #941609: hue angle of 5.61º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #941609 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 22 9 -
CMYK 0 0.85 0.94 0.42
HSL 5.61º 0.89% 0.31% -
HSV(B) 5.61º 0.94% 0.58% -
XYZ 12.55 6.89 0.93 -
YUV 58.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 148 22 9 0 0.85 0.94 0.42 5.61 0.89 0.31
Hex 94 16 9 0 55 5E 2A 6 59 1F
Octal 224 26 11 0 125 136 52 6 131 37
Binary 10010100 10110 1001 0 1010101 1011110 101010 110 1011001 11111

Color Harmonies of #941609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941609

Black with #941609

Text Example


Text Example

White with #941609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941609; }

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

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

background-color css

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

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

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

border-color css

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

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

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