Html Css Color HEX #831712 Falu Red

📋 copy color: '#831712'

red 131 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #831712

Tints of Falu Red #831712

RGB

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

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

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

R = 76.16%
G = 13.37%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831712 (or 0x831712) is known color: Falu Red. HEX triplet: 83, 17 and 12. RGB value is (131,23,18). Sum of RGB (Red+Green+Blue) = 131+23+18=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831712 is #7CE8ED. Grayscale: #363636. Windows color (decimal): -8186094 or 1185667. OLE color: 1185667.

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

Color convert

RGB 131 23 18 -
CMYK 0 0.82 0.86 0.49
HSL 2.65º 0.76% 0.29% -
HSV(B) 2.65º 0.86% 0.51% -
XYZ 9.78 5.48 1.12 -
YUV 54.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 131 23 18 0 0.82 0.86 0.49 2.65 0.76 0.29
Hex 83 17 12 0 52 56 31 3 4C 1D
Octal 203 27 22 0 122 126 61 3 114 35
Binary 10000011 10111 10010 0 1010010 1010110 110001 11 1001100 11101

Color Harmonies of #831712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831712

Black with #831712

Text Example


Text Example

White with #831712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831712; }

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

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

background-color css

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

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

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

border-color css

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

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

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