Html Css Color HEX #831208 Falu Red

📋 copy color: '#831208'

red 131 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #831208

Tints of Falu Red #831208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 83.44%
G = 11.46%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#831208 (or 0x831208) is known color: Falu Red. HEX triplet: 83, 12 and 08. RGB value is (131,18,8). Sum of RGB (Red+Green+Blue) = 131+18+8=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831208 is #7CEDF7. Grayscale: #323232. Windows color (decimal): -8187384 or 529027. OLE color: 529027.

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

Color convert

RGB 131 18 8 -
CMYK 0 0.86 0.94 0.49
HSL 4.88º 0.88% 0.27% -
HSV(B) 4.88º 0.94% 0.51% -
XYZ 9.62 5.28 0.74 -
YUV 50.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 131 18 8 0 0.86 0.94 0.49 4.88 0.88 0.27
Hex 83 12 8 0 56 5E 31 5 58 1B
Octal 203 22 10 0 126 136 61 5 130 33
Binary 10000011 10010 1000 0 1010110 1011110 110001 101 1011000 11011

Color Harmonies of #831208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831208

Black with #831208

Text Example


Text Example

White with #831208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831208; }

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

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

background-color css

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

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

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

border-color css

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

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

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