Html Css Color HEX #831514 Falu Red

📋 copy color: '#831514'

red 131 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #831514

Tints of Falu Red #831514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 76.16%
G = 12.21%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831514 (or 0x831514) is known color: Falu Red. HEX triplet: 83, 15 and 14. RGB value is (131,21,20). Sum of RGB (Red+Green+Blue) = 131+21+20=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831514 is #7CEAEB. Grayscale: #353535. Windows color (decimal): -8186604 or 1316227. OLE color: 1316227.

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

Color convert

RGB 131 21 20 -
CMYK 0 0.84 0.85 0.49
HSL 0.54º 0.74% 0.3% -
HSV(B) 0.54º 0.85% 0.51% -
XYZ 9.75 5.41 1.19 -
YUV 53.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 131 21 20 0 0.84 0.85 0.49 0.54 0.74 0.3
Hex 83 15 14 0 54 55 31 1 4A 1E
Octal 203 25 24 0 124 125 61 1 112 36
Binary 10000011 10101 10100 0 1010100 1010101 110001 1 1001010 11110

Color Harmonies of #831514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831514

Black with #831514

Text Example


Text Example

White with #831514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831514; }

 p { color: rgb(131,21,20); }

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

background-color css

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

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

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

border-color css

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

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

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