#832418

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

Shades of Falu Red #832418

Tints of Falu Red #832418

Color information

#832418 (or 0x832418) is unknown color: approx Falu Red. HEX triplet: 83, 24 and 18. RGB value is (131,36,24). Sum of RGB (Red+Green+Blue) = 131+36+24=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #832418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832418 is #7CDBE7. Grayscale: #3F3F3F. Windows color (decimal): -8182760 or 1582211. OLE color: 1582211.

HSL color Cylindrical-coordinate representation of color #832418: hue angle of 6.73º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #832418 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1313624-
CMYK00.730.820.49
HSL6.73º69.03%30.39%-
HSV(B)6.73º81.68%51.37%-
XYZ10.166.151.52-
YUV63.04105.97176.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.59%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=68.59%
G=18.85%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131362400.730.820.496.7369.0330.39
Hex83241804952317451e
Octal2034430011112261710536
Binary1000001110010011000010010011010010110001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832418; }

 p { color: rgb(131,36,24); }

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

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

 a { background-color: rgb(131,36,24); }

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

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

 span { border-color: rgb(131,36,24); }

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