#842518

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

Shades of Falu Red #842518

Tints of Falu Red #842518

Color information

#842518 (or 0x842518) is unknown color: approx Falu Red. HEX triplet: 84, 25 and 18. RGB value is (132,37,24). Sum of RGB (Red+Green+Blue) = 132+37+24=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #842518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842518 is #7BDAE7. Grayscale: #404040. Windows color (decimal): -8116968 or 1582468. OLE color: 1582468.

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

Color convert

RGB1323724-
CMYK00.720.820.48
HSL7.22º69.23%30.59%-
HSV(B)7.22º81.82%51.76%-
XYZ10.346.291.53-
YUV63.92105.47176.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=68.39%
G=19.17%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132372400.720.820.487.2269.2330.59
Hex84251804852307451f
Octal2044530011012260710537
Binary1000010010010111000010010001010010110000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842518; }

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

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

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

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

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

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

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

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