#831E1D

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

Shades of Falu Red #831E1D

Tints of Falu Red #831E1D

Color information

#831E1D (or 0x831E1D) is unknown color: approx Falu Red. HEX triplet: 83, 1E and 1D. RGB value is (131,30,29). Sum of RGB (Red+Green+Blue) = 131+30+29=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #831E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E1D is #7CE1E2. Grayscale: #3C3C3C. Windows color (decimal): -8184291 or 1908355. OLE color: 1908355.

HSL color Cylindrical-coordinate representation of color #831E1D: hue angle of 0.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831E1D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1313029-
CMYK00.770.780.49
HSL0.59º63.75%31.37%-
HSV(B)0.59º77.86%51.37%-
XYZ10.055.841.76-
YUV60.08110.46178.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.95%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=68.95%
G=15.79%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131302900.770.780.490.5963.7531.37
Hex831E1D04D4E311401f
Octal2033635011511661110037
Binary1000001111110111010100110110011101100011100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,30,29); }

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

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

 a { background-color: rgb(131,30,29); }

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

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

 span { border-color: rgb(131,30,29); }

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