#841703

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

Shades of Falu Red #841703

Tints of Falu Red #841703

Color information

#841703 (or 0x841703) is unknown color: approx Falu Red. HEX triplet: 84, 17 and 03. RGB value is (132,23,3). Sum of RGB (Red+Green+Blue) = 132+23+3=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #841703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841703 is #7BE8FC. Grayscale: #353535. Windows color (decimal): -8120573 or 202628. OLE color: 202628.

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

Color convert

RGB132233-
CMYK00.830.980.48
HSL9.3º95.56%26.47%-
HSV(B)9.3º97.73%51.76%-
XYZ9.845.520.63-
YUV53.3199.61184.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 83.54%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=83.54%
G=14.56%
B=1.90%

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
Decimal13223300.830.980.489.395.5626.47
Hex8417305362309601a
Octal2042730123142601114032
Binary1000010010111110101001111000101100001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841703; }

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

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

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

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

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

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

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

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