#841613

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

Shades of Falu Red #841613

Tints of Falu Red #841613

Color information

#841613 (or 0x841613) is unknown color: approx Falu Red. HEX triplet: 84, 16 and 13. RGB value is (132,22,19). Sum of RGB (Red+Green+Blue) = 132+22+19=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841613 is #7BE9EC. Grayscale: #363636. Windows color (decimal): -8120813 or 1250948. OLE color: 1250948.

HSL color Cylindrical-coordinate representation of color #841613: hue angle of 1.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841613 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1322219-
CMYK00.830.860.48
HSL1.59º74.83%29.61%-
HSV(B)1.59º85.61%51.76%-
XYZ9.925.531.16-
YUV54.55107.94183.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.30%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=76.30%
G=12.72%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132221900.830.860.481.5974.8329.61
Hex841613053563024b1e
Octal2042623012312660211336
Binary10000100101101001101010011101011011000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841613; }

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

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

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

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

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

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

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

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