#831707

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

Shades of Falu Red #831707

Tints of Falu Red #831707

Color information

#831707 (or 0x831707) is unknown color: approx Falu Red. HEX triplet: 83, 17 and 07. RGB value is (131,23,7). Sum of RGB (Red+Green+Blue) = 131+23+7=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #831707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831707 is #7CE8F8. Grayscale: #353535. Windows color (decimal): -8186105 or 464771. OLE color: 464771.

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

Color convert

RGB131237-
CMYK00.820.950.49
HSL7.74º89.86%27.06%-
HSV(B)7.74º94.66%51.37%-
XYZ9.75.450.74-
YUV53.47101.78183.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 81.37%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=81.37%
G=14.29%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13123700.820.950.497.7489.8627.06
Hex831770525F3185a1b
Octal2032770122137611013233
Binary10000011101111110101001010111111100011000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831707; }

 p { color: rgb(131,23,7); }

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

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

 a { background-color: rgb(131,23,7); }

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

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

 span { border-color: rgb(131,23,7); }

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