Html Css Color HEX #831308 Falu Red

📋 copy color: '#831308'

red 131 ◦ green 19 ◦ blue 8

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

Shades of Falu Red #831308

Tints of Falu Red #831308

RGB

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

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

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

R = 82.91%
G = 12.03%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#831308 (or 0x831308) is known color: Falu Red. HEX triplet: 83, 13 and 08. RGB value is (131,19,8). Sum of RGB (Red+Green+Blue) = 131+19+8=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #831308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831308 is #7CECF7. Grayscale: #333333. Windows color (decimal): -8187128 or 529283. OLE color: 529283.

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

Color convert

RGB 131 19 8 -
CMYK 0 0.85 0.94 0.49
HSL 5.37º 0.88% 0.27% -
HSV(B) 5.37º 0.94% 0.51% -
XYZ 9.64 5.31 0.75 -
YUV 51.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 131 19 8 0 0.85 0.94 0.49 5.37 0.88 0.27
Hex 83 13 8 0 55 5E 31 5 58 1B
Octal 203 23 10 0 125 136 61 5 130 33
Binary 10000011 10011 1000 0 1010101 1011110 110001 101 1011000 11011

Color Harmonies of #831308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831308

Black with #831308

Text Example


Text Example

White with #831308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831308; }

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

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

background-color css

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

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

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

border-color css

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

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

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