#831B0D

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

Shades of Falu Red #831B0D

Tints of Falu Red #831B0D

Color information

#831B0D (or 0x831B0D) is unknown color: approx Falu Red. HEX triplet: 83, 1B and 0D. RGB value is (131,27,13). Sum of RGB (Red+Green+Blue) = 131+27+13=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #831B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831B0D is #7CE4F2. Grayscale: #383838. Windows color (decimal): -8185075 or 859011. OLE color: 859011.

HSL color Cylindrical-coordinate representation of color #831B0D: hue angle of 7.12º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #831B0D is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1312713-
CMYK00.790.900.49
HSL7.12º81.94%28.24%-
HSV(B)7.12º90.08%51.37%-
XYZ9.825.640.95-
YUV56.5103.46181.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.61%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=76.61%
G=15.79%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131271300.790.900.497.1281.9428.24
Hex831BD04F5A317521c
Octal2033315011713261712234
Binary10000011110111101010011111011010110001111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,27,13); }

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

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

 a { background-color: rgb(131,27,13); }

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

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

 span { border-color: rgb(131,27,13); }

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