Html Css Color HEX #831910 Falu Red

📋 copy color: '#831910'

red 131 ◦ green 25 ◦ blue 16

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

Shades of Falu Red #831910

Tints of Falu Red #831910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 76.16%
G = 14.53%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#831910 (or 0x831910) is known color: Falu Red. HEX triplet: 83, 19 and 10. RGB value is (131,25,16). Sum of RGB (Red+Green+Blue) = 131+25+16=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831910 is #7CE6EF. Grayscale: #373737. Windows color (decimal): -8185584 or 1055107. OLE color: 1055107.

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

Color convert

RGB 131 25 16 -
CMYK 0 0.81 0.88 0.49
HSL 4.7º 0.78% 0.29% -
HSV(B) 4.7º 0.88% 0.51% -
XYZ 9.8 5.56 1.05 -
YUV 55.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 131 25 16 0 0.81 0.88 0.49 4.7 0.78 0.29
Hex 83 19 10 0 51 58 31 5 4E 1D
Octal 203 31 20 0 121 130 61 5 116 35
Binary 10000011 11001 10000 0 1010001 1011000 110001 101 1001110 11101

Color Harmonies of #831910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831910

Black with #831910

Text Example


Text Example

White with #831910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831910; }

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

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

background-color css

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

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

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

border-color css

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

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

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