#831A18

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

Shades of Falu Red #831A18

Tints of Falu Red #831A18

Color information

#831A18 (or 0x831A18) is unknown color: approx Falu Red. HEX triplet: 83, 1A and 18. RGB value is (131,26,24). Sum of RGB (Red+Green+Blue) = 131+26+24=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #831A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A18 is #7CE5E7. Grayscale: #393939. Windows color (decimal): -8185320 or 1579651. OLE color: 1579651.

HSL color Cylindrical-coordinate representation of color #831A18: hue angle of 1.12º 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 #831A18 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1312624-
CMYK00.800.820.49
HSL1.12º69.03%30.39%-
HSV(B)1.12º81.68%51.37%-
XYZ9.895.631.43-
YUV57.17109.29180.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 72.38%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=72.38%
G=14.36%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131262400.800.820.491.1269.0330.39
Hex831A1805052311451e
Octal2033230012012261110536
Binary1000001111010110000101000010100101100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831A18; }

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

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

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

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

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

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

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

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