#83110B

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

Shades of Falu Red #83110B

Tints of Falu Red #83110B

Color information

#83110B (or 0x83110B) is unknown color: approx Falu Red. HEX triplet: 83, 11 and 0B. RGB value is (131,17,11). Sum of RGB (Red+Green+Blue) = 131+17+11=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #83110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83110B is #7CEEF4. Grayscale: #323232. Windows color (decimal): -8187637 or 725379. OLE color: 725379.

HSL color Cylindrical-coordinate representation of color #83110B: hue angle of 3º degrees, saturation: 0.85, 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 #83110B is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1311711-
CMYK00.870.920.49
HSL84.51%27.84%-
HSV(B)91.6%51.37%-
XYZ9.625.250.82-
YUV50.4105.77185.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 82.39%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=82.39%
G=10.69%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131171100.870.920.49384.5127.84
Hex8311B0575C313551c
Octal2032113012713461312534
Binary1000001110001101101010111101110011000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83110B; }

 p { color: rgb(131,17,11); }

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

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

 a { background-color: rgb(131,17,11); }

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

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

 span { border-color: rgb(131,17,11); }

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