Html Css Color HEX #831917 Falu Red

📋 copy color: '#831917'

red 131 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #831917

Tints of Falu Red #831917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 23 (9.38% from 255) = 12.85%

R = 73.18%
G = 13.97%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831917 (or 0x831917) is known color: Falu Red. HEX triplet: 83, 19 and 17. RGB value is (131,25,23). Sum of RGB (Red+Green+Blue) = 131+25+23=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831917 is #7CE6E8. Grayscale: #383838. Windows color (decimal): -8185577 or 1513859. OLE color: 1513859.

HSL color Cylindrical-coordinate representation of color #831917: hue angle of 1.11º degrees, saturation: 0.7, 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 #831917 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 23 -
CMYK 0 0.81 0.82 0.49
HSL 1.11º 0.7% 0.3% -
HSV(B) 1.11º 0.82% 0.51% -
XYZ 9.86 5.58 1.37 -
YUV 56.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 131 25 23 0 0.81 0.82 0.49 1.11 0.7 0.3
Hex 83 19 17 0 51 52 31 1 46 1E
Octal 203 31 27 0 121 122 61 1 106 36
Binary 10000011 11001 10111 0 1010001 1010010 110001 1 1000110 11110

Color Harmonies of #831917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831917

Black with #831917

Text Example


Text Example

White with #831917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831917; }

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

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

background-color css

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

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

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

border-color css

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

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

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