#842415

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

Shades of Falu Red #842415

Tints of Falu Red #842415

Color information

#842415 (or 0x842415) is unknown color: approx Falu Red. HEX triplet: 84, 24 and 15. RGB value is (132,36,21). Sum of RGB (Red+Green+Blue) = 132+36+21=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #842415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842415 is #7BDBEA. Grayscale: #3F3F3F. Windows color (decimal): -8117227 or 1385604. OLE color: 1385604.

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

Color convert

RGB1323621-
CMYK00.730.840.48
HSL8.11º72.55%30%-
HSV(B)8.11º84.09%51.76%-
XYZ10.286.221.37-
YUV62.99104.3177.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.84%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=69.84%
G=19.05%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132362100.730.840.488.1172.5530
Hex84241504954308491e
Octal20444250111124601011136
Binary10000100100100101010100100110101001100001000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842415; }

 p { color: rgb(132,36,21); }

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

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

 a { background-color: rgb(132,36,21); }

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

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

 span { border-color: rgb(132,36,21); }

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