Html Css Color HEX #941511 Falu Red

📋 copy color: '#941511'

red 148 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #941511

Tints of Falu Red #941511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 79.57%
G = 11.29%
B = 9.14%

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

#941511 (or 0x941511) is known color: Falu Red. HEX triplet: 94, 15 and 11. RGB value is (148,21,17). Sum of RGB (Red+Green+Blue) = 148+21+17=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #941511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941511 is #6BEAEE. Grayscale: #3A3A3A. Windows color (decimal): -7072495 or 1119636. OLE color: 1119636.

HSL color Cylindrical-coordinate representation of color #941511: hue angle of 1.83º 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 #941511 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 17 -
CMYK 0 0.86 0.89 0.42
HSL 1.83º 0.79% 0.32% -
HSV(B) 1.83º 0.89% 0.58% -
XYZ 12.58 6.87 1.19 -
YUV 58.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 148 21 17 0 0.86 0.89 0.42 1.83 0.79 0.32
Hex 94 15 11 0 56 59 2A 2 4F 20
Octal 224 25 21 0 126 131 52 2 117 40
Binary 10010100 10101 10001 0 1010110 1011001 101010 10 1001111 100000

Color Harmonies of #941511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941511

Black with #941511

Text Example


Text Example

White with #941511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941511; }

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

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

background-color css

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

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

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

border-color css

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

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

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