Html Css Color HEX #831614 Falu Red

📋 copy color: '#831614'

red 131 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #831614

Tints of Falu Red #831614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 75.72%
G = 12.72%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831614 (or 0x831614) is known color: Falu Red. HEX triplet: 83, 16 and 14. RGB value is (131,22,20). Sum of RGB (Red+Green+Blue) = 131+22+20=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831614 is #7CE9EB. Grayscale: #363636. Windows color (decimal): -8186348 or 1316483. OLE color: 1316483.

HSL color Cylindrical-coordinate representation of color #831614: hue angle of 1.08º 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 #831614 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 22 20 -
CMYK 0 0.83 0.85 0.49
HSL 1.08º 0.74% 0.3% -
HSV(B) 1.08º 0.85% 0.51% -
XYZ 9.77 5.45 1.2 -
YUV 54.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 131 22 20 0 0.83 0.85 0.49 1.08 0.74 0.3
Hex 83 16 14 0 53 55 31 1 4A 1E
Octal 203 26 24 0 123 125 61 1 112 36
Binary 10000011 10110 10100 0 1010011 1010101 110001 1 1001010 11110

Color Harmonies of #831614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831614

Black with #831614

Text Example


Text Example

White with #831614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831614; }

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

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

background-color css

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

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

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

border-color css

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

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

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