#941713

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

Shades of Falu Red #941713

Tints of Falu Red #941713

Color information

#941713 (or 0x941713) is unknown color: approx Falu Red. HEX triplet: 94, 17 and 13. RGB value is (148,23,19). Sum of RGB (Red+Green+Blue) = 148+23+19=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #941713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941713 is #6BE8EC. Grayscale: #3C3C3C. Windows color (decimal): -7071981 or 1251220. OLE color: 1251220.

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

Color convert

RGB1482319-
CMYK00.840.870.42
HSL1.86º77.25%32.75%-
HSV(B)1.86º87.16%58.04%-
XYZ12.646.961.29-
YUV59.92104.91190.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.89%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 19 (7.81% from 255) = 10%
R=77.89%
G=12.11%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148231900.840.870.421.8677.2532.75
Hex941713054572A24d21
Octal2242723012412752211541
Binary100101001011110011010101001010111101010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941713; }

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

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

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

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

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

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

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

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