Html Css Color HEX #831D18 Falu Red

📋 copy color: '#831D18'

red 131 ◦ green 29 ◦ blue 24

#831D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #831D18

Tints of Falu Red #831D18

RGB

 RED value IS 131 (51.56% from 255) = 71.2%

 GREEN value IS 29 (11.72% from 255) = 15.76%

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 71.2%
G = 15.76%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831D18 (or 0x831D18) is known color: Falu Red. HEX triplet: 83, 1D and 18. RGB value is (131,29,24). Sum of RGB (Red+Green+Blue) = 131+29+24=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #831D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D18 is #7CE2E7. Grayscale: #3B3B3B. Windows color (decimal): -8184552 or 1580419. OLE color: 1580419.

HSL color Cylindrical-coordinate representation of color #831D18: hue angle of 2.8º 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 #831D18 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 29 24 -
CMYK 0 0.78 0.82 0.49
HSL 2.8º 0.69% 0.3% -
HSV(B) 2.8º 0.82% 0.51% -
XYZ 9.96 5.77 1.45 -
YUV 58.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 131 29 24 0 0.78 0.82 0.49 2.8 0.69 0.3
Hex 83 1D 18 0 4E 52 31 3 45 1E
Octal 203 35 30 0 116 122 61 3 105 36
Binary 10000011 11101 11000 0 1001110 1010010 110001 11 1000101 11110

Color Harmonies of #831D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D18

Black with #831D18

Text Example


Text Example

White with #831D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #831D18;
 }
 .AnyTagClassName
 {
   color: #831D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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