#941D03

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

Shades of Falu Red #941D03

Tints of Falu Red #941D03

Color information

#941D03 (or 0x941D03) is unknown color: approx Falu Red. HEX triplet: 94, 1D and 03. RGB value is (148,29,3). Sum of RGB (Red+Green+Blue) = 148+29+3=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #941D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941D03 is #6BE2FC. Grayscale: #3D3D3D. Windows color (decimal): -7070461 or 204180. OLE color: 204180.

HSL color Cylindrical-coordinate representation of color #941D03: hue angle of 10.76º 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 #941D03 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB148293-
CMYK00.800.980.42
HSL10.76º96.03%29.61%-
HSV(B)10.76º97.97%58.04%-
XYZ12.677.180.8-
YUV61.6294.92189.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 82.22%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=82.22%
G=16.11%
B=1.67%

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
Decimal14829300.800.980.4210.7696.0329.61
Hex941D3050622Ab601e
Octal2243530120142521314036
Binary1001010011101110101000011000101010101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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