#831D0F

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

Shades of Falu Red #831D0F

Tints of Falu Red #831D0F

Color information

#831D0F (or 0x831D0F) is unknown color: approx Falu Red. HEX triplet: 83, 1D and 0F. RGB value is (131,29,15). Sum of RGB (Red+Green+Blue) = 131+29+15=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #831D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D0F is #7CE2F0. Grayscale: #3A3A3A. Windows color (decimal): -8184561 or 990595. OLE color: 990595.

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

Color convert

RGB1312915-
CMYK00.780.890.49
HSL7.24º79.45%28.63%-
HSV(B)7.24º88.55%51.37%-
XYZ9.895.741.04-
YUV57.9103.79180.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.86%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=74.86%
G=16.57%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131291500.780.890.497.2479.4528.63
Hex831DF04E593174f1d
Octal2033517011613161711735
Binary10000011111011111010011101011001110001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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