#841D03

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

Shades of Falu Red #841D03

Tints of Falu Red #841D03

Color information

#841D03 (or 0x841D03) is unknown color: approx Falu Red. HEX triplet: 84, 1D and 03. RGB value is (132,29,3). Sum of RGB (Red+Green+Blue) = 132+29+3=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #841D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D03 is #7BE2FC. Grayscale: #393939. Windows color (decimal): -8119037 or 204164. OLE color: 204164.

HSL color Cylindrical-coordinate representation of color #841D03: hue angle of 12.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #841D03 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB132293-
CMYK00.780.980.48
HSL12.09º95.56%26.47%-
HSV(B)12.09º97.73%51.76%-
XYZ9.975.790.68-
YUV56.8397.62181.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 80.49%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 3 (1.56% from 255) = 1.83%
R=80.49%
G=17.68%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13229300.780.980.4812.0995.5626.47
Hex841D304E6230c601a
Octal2043530116142601414032
Binary1000010011101110100111011000101100001100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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