Html Css Color HEX #941411 Falu Red

📋 copy color: '#941411'

red 148 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #941411

Tints of Falu Red #941411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 80%
G = 10.81%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941411 (or 0x941411) is known color: Falu Red. HEX triplet: 94, 14 and 11. RGB value is (148,20,17). Sum of RGB (Red+Green+Blue) = 148+20+17=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #941411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941411 is #6BEBEE. Grayscale: #3A3A3A. Windows color (decimal): -7072751 or 1119380. OLE color: 1119380.

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

Color convert

RGB 148 20 17 -
CMYK 0 0.86 0.89 0.42
HSL 1.37º 0.79% 0.32% -
HSV(B) 1.37º 0.89% 0.58% -
XYZ 12.56 6.84 1.19 -
YUV 57.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 148 20 17 0 0.86 0.89 0.42 1.37 0.79 0.32
Hex 94 14 11 0 56 59 2A 1 4F 20
Octal 224 24 21 0 126 131 52 1 117 40
Binary 10010100 10100 10001 0 1010110 1011001 101010 1 1001111 100000

Color Harmonies of #941411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941411

Black with #941411

Text Example


Text Example

White with #941411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941411; }

 p { color: rgb(148,20,17); }

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

background-color css

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

 a { background-color: rgb(148,20,17); }

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

border-color css

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

 span { border-color: rgb(148,20,17); }

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