#831818

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

Shades of Falu Red #831818

Tints of Falu Red #831818

Color information

#831818 (or 0x831818) is unknown color: approx Falu Red. HEX triplet: 83, 18 and 18. RGB value is (131,24,24). Sum of RGB (Red+Green+Blue) = 131+24+24=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831818 is #7CE7E7. Grayscale: #383838. Windows color (decimal): -8185832 or 1579139. OLE color: 1579139.

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

Color convert

RGB1312424-
CMYK00.820.820.49
HSL69.03%30.39%-
HSV(B)81.68%51.37%-
XYZ9.855.541.42-
YUV55.99109.95181.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=73.18%
G=13.41%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131242400.820.820.49069.0330.39
Hex83181805252310451e
Octal2033030012212261010536
Binary1000001111000110000101001010100101100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831818; }

 p { color: rgb(131,24,24); }

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

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

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

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

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

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

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