Html Css Color HEX #831612 Falu Red

📋 copy color: '#831612'

red 131 ◦ green 22 ◦ blue 18

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

Shades of Falu Red #831612

Tints of Falu Red #831612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 76.61%
G = 12.87%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831612 (or 0x831612) is known color: Falu Red. HEX triplet: 83, 16 and 12. RGB value is (131,22,18). Sum of RGB (Red+Green+Blue) = 131+22+18=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #831612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831612 is #7CE9ED. Grayscale: #363636. Windows color (decimal): -8186350 or 1185411. OLE color: 1185411.

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

Color convert

RGB 131 22 18 -
CMYK 0 0.83 0.86 0.49
HSL 2.12º 0.76% 0.29% -
HSV(B) 2.12º 0.86% 0.51% -
XYZ 9.76 5.44 1.11 -
YUV 54.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 131 22 18 0 0.83 0.86 0.49 2.12 0.76 0.29
Hex 83 16 12 0 53 56 31 2 4C 1D
Octal 203 26 22 0 123 126 61 2 114 35
Binary 10000011 10110 10010 0 1010011 1010110 110001 10 1001100 11101

Color Harmonies of #831612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831612

Black with #831612

Text Example


Text Example

White with #831612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831612; }

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

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

background-color css

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

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

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

border-color css

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

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

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