#841603

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

Shades of Falu Red #841603

Tints of Falu Red #841603

Color information

#841603 (or 0x841603) is unknown color: approx Falu Red. HEX triplet: 84, 16 and 03. RGB value is (132,22,3). Sum of RGB (Red+Green+Blue) = 132+22+3=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841603 is #7BE9FC. Grayscale: #343434. Windows color (decimal): -8120829 or 202372. OLE color: 202372.

HSL color Cylindrical-coordinate representation of color #841603: hue angle of 8.84º 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 #841603 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB132223-
CMYK00.830.980.48
HSL8.84º95.56%26.47%-
HSV(B)8.84º97.73%51.76%-
XYZ9.825.490.63-
YUV52.7299.94184.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.08%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=84.08%
G=14.01%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13222300.830.980.488.8495.5626.47
Hex8416305362309601a
Octal2042630123142601114032
Binary1000010010110110101001111000101100001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841603; }

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

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

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

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

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

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

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

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