Html Css Color HEX #831713 Falu Red

📋 copy color: '#831713'

red 131 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #831713

Tints of Falu Red #831713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 75.72%
G = 13.29%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831713 (or 0x831713) is known color: Falu Red. HEX triplet: 83, 17 and 13. RGB value is (131,23,19). Sum of RGB (Red+Green+Blue) = 131+23+19=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831713 is #7CE8EC. Grayscale: #363636. Windows color (decimal): -8186093 or 1251203. OLE color: 1251203.

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

Color convert

RGB 131 23 19 -
CMYK 0 0.82 0.85 0.49
HSL 2.14º 0.75% 0.29% -
HSV(B) 2.14º 0.85% 0.51% -
XYZ 9.78 5.49 1.16 -
YUV 54.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 131 23 19 0 0.82 0.85 0.49 2.14 0.75 0.29
Hex 83 17 13 0 52 55 31 2 4B 1D
Octal 203 27 23 0 122 125 61 2 113 35
Binary 10000011 10111 10011 0 1010010 1010101 110001 10 1001011 11101

Color Harmonies of #831713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831713

Black with #831713

Text Example


Text Example

White with #831713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831713; }

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

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

background-color css

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

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

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

border-color css

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

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

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