#831A0A

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

Shades of Falu Red #831A0A

Tints of Falu Red #831A0A

Color information

#831A0A (or 0x831A0A) is unknown color: approx Falu Red. HEX triplet: 83, 1A and 0A. RGB value is (131,26,10). Sum of RGB (Red+Green+Blue) = 131+26+10=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #831A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A0A is #7CE5F5. Grayscale: #373737. Windows color (decimal): -8185334 or 662147. OLE color: 662147.

HSL color Cylindrical-coordinate representation of color #831A0A: hue angle of 7.93º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #831A0A is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1312610-
CMYK00.800.920.49
HSL7.93º85.82%27.65%-
HSV(B)7.93º92.37%51.37%-
XYZ9.785.590.85-
YUV55.57102.29181.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 78.44%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=78.44%
G=15.57%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131261000.800.920.497.9385.8227.65
Hex831AA0505C318561c
Octal20332120120134611012634
Binary100000111101010100101000010111001100011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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