#831A00

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

Shades of Falu Red #831A00

Tints of Falu Red #831A00

Color information

#831A00 (or 0x831A00) is unknown color: approx Falu Red. HEX triplet: 83, 1A and 00. RGB value is (131,26,0). Sum of RGB (Red+Green+Blue) = 131+26+0=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A00 is #7CE5FF. Grayscale: #363636. Windows color (decimal): -8185344 or 6787. OLE color: 6787.

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

Color convert

RGB131260-
CMYK00.8010.49
HSL11.91º100%25.69%-
HSV(B)11.91º100%51.37%-
XYZ9.735.560.56-
YUV54.4397.29182.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 83.44%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.44%
G=16.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13126000.8010.4911.9110025.69
Hex831A00506431c641a
Octal2033200120144611414432
Binary100000111101000101000011001001100011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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