#942401

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

Shades of Falu Red #942401

Tints of Falu Red #942401

Color information

#942401 (or 0x942401) is unknown color: approx Falu Red. HEX triplet: 94, 24 and 01. RGB value is (148,36,1). Sum of RGB (Red+Green+Blue) = 148+36+1=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #942401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942401 is #6BDBFE. Grayscale: #414141. Windows color (decimal): -7068671 or 74900. OLE color: 74900.

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

Color convert

RGB148361-
CMYK00.760.990.42
HSL14.29º98.66%29.22%-
HSV(B)14.29º99.32%58.04%-
XYZ12.857.560.81-
YUV65.591.61186.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=80%
G=19.46%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14836100.760.990.4214.2998.6629.22
Hex9424104C632Ae631d
Octal2244410114143521614335
Binary1001010010010010100110011000111010101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942401; }

 p { color: rgb(148,36,1); }

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

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

 a { background-color: rgb(148,36,1); }

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

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

 span { border-color: rgb(148,36,1); }

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