#842613

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

Shades of Falu Red #842613

Tints of Falu Red #842613

Color information

#842613 (or 0x842613) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 13. RGB value is (132,38,19). Sum of RGB (Red+Green+Blue) = 132+38+19=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #842613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842613 is #7BD9EC. Grayscale: #404040. Windows color (decimal): -8116717 or 1255044. OLE color: 1255044.

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

Color convert

RGB1323819-
CMYK00.710.860.48
HSL10.09º74.83%29.61%-
HSV(B)10.09º85.61%51.76%-
XYZ10.336.341.3-
YUV63.94102.64176.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.84%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=69.84%
G=20.11%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132381900.710.860.4810.0974.8329.61
Hex8426130475630a4b1e
Octal20446230107126601211336
Binary10000100100110100110100011110101101100001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842613; }

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

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

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

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

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

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

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

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