#842515

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

Shades of Falu Red #842515

Tints of Falu Red #842515

Color information

#842515 (or 0x842515) is unknown color: approx Falu Red. HEX triplet: 84, 25 and 15. RGB value is (132,37,21). Sum of RGB (Red+Green+Blue) = 132+37+21=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #842515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842515 is #7BDAEA. Grayscale: #3F3F3F. Windows color (decimal): -8116971 or 1385860. OLE color: 1385860.

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

Color convert

RGB1323721-
CMYK00.720.840.48
HSL8.65º72.55%30%-
HSV(B)8.65º84.09%51.76%-
XYZ10.316.281.38-
YUV63.58103.97176.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.47%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=69.47%
G=19.47%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132372100.720.840.488.6572.5530
Hex84251504854309491e
Octal20445250110124601111136
Binary10000100100101101010100100010101001100001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842515; }

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

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

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

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

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

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

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

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