Html Css Color HEX #941711 Falu Red

📋 copy color: '#941711'

red 148 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #941711

Tints of Falu Red #941711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 78.72%
G = 12.23%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941711 (or 0x941711) is known color: Falu Red. HEX triplet: 94, 17 and 11. RGB value is (148,23,17). Sum of RGB (Red+Green+Blue) = 148+23+17=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #941711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941711 is #6BE8EE. Grayscale: #3B3B3B. Windows color (decimal): -7071983 or 1120148. OLE color: 1120148.

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

Color convert

RGB 148 23 17 -
CMYK 0 0.84 0.89 0.42
HSL 2.75º 0.79% 0.32% -
HSV(B) 2.75º 0.89% 0.58% -
XYZ 12.62 6.95 1.21 -
YUV 59.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 148 23 17 0 0.84 0.89 0.42 2.75 0.79 0.32
Hex 94 17 11 0 54 59 2A 3 4F 20
Octal 224 27 21 0 124 131 52 3 117 40
Binary 10010100 10111 10001 0 1010100 1011001 101010 11 1001111 100000

Color Harmonies of #941711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941711

Black with #941711

Text Example


Text Example

White with #941711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941711; }

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

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

background-color css

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

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

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

border-color css

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

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

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