Html Css Color HEX #831312 Falu Red

📋 copy color: '#831312'

red 131 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #831312

Tints of Falu Red #831312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 77.98%
G = 11.31%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831312 (or 0x831312) is known color: Falu Red. HEX triplet: 83, 13 and 12. RGB value is (131,19,18). Sum of RGB (Red+Green+Blue) = 131+19+18=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #831312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831312 is #7CECED. Grayscale: #343434. Windows color (decimal): -8187118 or 1184643. OLE color: 1184643.

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

Color convert

RGB 131 19 18 -
CMYK 0 0.85 0.86 0.49
HSL 0.53º 0.76% 0.29% -
HSV(B) 0.53º 0.86% 0.51% -
XYZ 9.7 5.33 1.09 -
YUV 52.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 131 19 18 0 0.85 0.86 0.49 0.53 0.76 0.29
Hex 83 13 12 0 55 56 31 1 4C 1D
Octal 203 23 22 0 125 126 61 1 114 35
Binary 10000011 10011 10010 0 1010101 1010110 110001 1 1001100 11101

Color Harmonies of #831312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831312

Black with #831312

Text Example


Text Example

White with #831312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831312; }

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

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

background-color css

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

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

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

border-color css

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

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

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