Html Css Color HEX #831D12 Falu Red

📋 copy color: '#831D12'

red 131 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #831D12

Tints of Falu Red #831D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 73.6%
G = 16.29%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831D12 (or 0x831D12) is known color: Falu Red. HEX triplet: 83, 1D and 12. RGB value is (131,29,18). Sum of RGB (Red+Green+Blue) = 131+29+18=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #831D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D12 is #7CE2ED. Grayscale: #3A3A3A. Windows color (decimal): -8184558 or 1187203. OLE color: 1187203.

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

Color convert

RGB 131 29 18 -
CMYK 0 0.78 0.86 0.49
HSL 5.84º 0.76% 0.29% -
HSV(B) 5.84º 0.86% 0.51% -
XYZ 9.91 5.75 1.16 -
YUV 58.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 131 29 18 0 0.78 0.86 0.49 5.84 0.76 0.29
Hex 83 1D 12 0 4E 56 31 6 4C 1D
Octal 203 35 22 0 116 126 61 6 114 35
Binary 10000011 11101 10010 0 1001110 1010110 110001 110 1001100 11101

Color Harmonies of #831D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D12

Black with #831D12

Text Example


Text Example

White with #831D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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