#941614

Color #941614 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #941614

Tints of Falu Red #941614

Color information

#941614 (or 0x941614) is unknown color: approx Falu Red. HEX triplet: 94, 16 and 14. RGB value is (148,22,20). Sum of RGB (Red+Green+Blue) = 148+22+20=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #941614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941614 is #6BE9EB. Grayscale: #3B3B3B. Windows color (decimal): -7072236 or 1316500. OLE color: 1316500.

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

Color convert

RGB1482220-
CMYK00.850.860.42
HSL0.94º76.19%32.94%-
HSV(B)0.94º86.49%58.04%-
XYZ12.636.921.33-
YUV59.45105.74191.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.89%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=77.89%
G=11.58%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148222000.850.860.420.9476.1932.94
Hex941614055562A14c21
Octal2242624012512652111441
Binary10010100101101010001010101101011010101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941614; }

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

 H1.HeaderClassName
 {
   color: #941614;
 }
 .AnyTagClassName
 {
   color: #941614;
 }
</style>
background-color css

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

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

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

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

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

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