#842505

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

Shades of Falu Red #842505

Tints of Falu Red #842505

Color information

#842505 (or 0x842505) is unknown color: approx Falu Red. HEX triplet: 84, 25 and 05. RGB value is (132,37,5). Sum of RGB (Red+Green+Blue) = 132+37+5=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #842505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842505 is #7BDAFA. Grayscale: #3D3D3D. Windows color (decimal): -8116987 or 337284. OLE color: 337284.

HSL color Cylindrical-coordinate representation of color #842505: hue angle of 15.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #842505 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB132375-
CMYK00.720.960.48
HSL15.12º92.7%26.86%-
HSV(B)15.12º96.21%51.76%-
XYZ10.26.240.81-
YUV61.7695.97178.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=75.86%
G=21.26%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13237500.720.960.4815.1292.726.86
Hex842550486030f5d1b
Octal2044550110140601713533
Binary100001001001011010100100011000001100001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842505; }

 p { color: rgb(132,37,5); }

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

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

 a { background-color: rgb(132,37,5); }

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

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

 span { border-color: rgb(132,37,5); }

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