#941E03

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

Shades of Falu Red #941E03

Tints of Falu Red #941E03

Color information

#941E03 (or 0x941E03) is unknown color: approx Falu Red. HEX triplet: 94, 1E and 03. RGB value is (148,30,3). Sum of RGB (Red+Green+Blue) = 148+30+3=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #941E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941E03 is #6BE1FC. Grayscale: #3E3E3E. Windows color (decimal): -7070205 or 204436. OLE color: 204436.

HSL color Cylindrical-coordinate representation of color #941E03: hue angle of 11.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #941E03 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB148303-
CMYK00.800.980.42
HSL11.17º96.03%29.61%-
HSV(B)11.17º97.97%58.04%-
XYZ12.697.230.81-
YUV62.294.59189.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.77%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=81.77%
G=16.57%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14830300.800.980.4211.1796.0329.61
Hex941E3050622Ab601e
Octal2243630120142521314036
Binary1001010011110110101000011000101010101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941E03; }

 p { color: rgb(148,30,3); }

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

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

 a { background-color: rgb(148,30,3); }

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

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

 span { border-color: rgb(148,30,3); }

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