Html Css Color HEX #831512 Falu Red

📋 copy color: '#831512'

red 131 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #831512

Tints of Falu Red #831512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 77.06%
G = 12.35%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831512 (or 0x831512) is known color: Falu Red. HEX triplet: 83, 15 and 12. RGB value is (131,21,18). Sum of RGB (Red+Green+Blue) = 131+21+18=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #831512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831512 is #7CEAED. Grayscale: #353535. Windows color (decimal): -8186606 or 1185155. OLE color: 1185155.

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

Color convert

RGB 131 21 18 -
CMYK 0 0.84 0.86 0.49
HSL 1.59º 0.76% 0.29% -
HSV(B) 1.59º 0.86% 0.51% -
XYZ 9.74 5.41 1.1 -
YUV 53.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 131 21 18 0 0.84 0.86 0.49 1.59 0.76 0.29
Hex 83 15 12 0 54 56 31 2 4C 1D
Octal 203 25 22 0 124 126 61 2 114 35
Binary 10000011 10101 10010 0 1010100 1010110 110001 10 1001100 11101

Color Harmonies of #831512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831512

Black with #831512

Text Example


Text Example

White with #831512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831512; }

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

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

background-color css

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

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

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

border-color css

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

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

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