Html Css Color HEX #831608 Falu Red

📋 copy color: '#831608'

red 131 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #831608

Tints of Falu Red #831608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

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

R = 81.37%
G = 13.66%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#831608 (or 0x831608) is known color: Falu Red. HEX triplet: 83, 16 and 08. RGB value is (131,22,8). Sum of RGB (Red+Green+Blue) = 131+22+8=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #831608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831608 is #7CE9F7. Grayscale: #353535. Windows color (decimal): -8186360 or 530051. OLE color: 530051.

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

Color convert

RGB 131 22 8 -
CMYK 0 0.83 0.94 0.49
HSL 6.83º 0.88% 0.27% -
HSV(B) 6.83º 0.94% 0.51% -
XYZ 9.69 5.42 0.76 -
YUV 53 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 131 22 8 0 0.83 0.94 0.49 6.83 0.88 0.27
Hex 83 16 8 0 53 5E 31 7 58 1B
Octal 203 26 10 0 123 136 61 7 130 33
Binary 10000011 10110 1000 0 1010011 1011110 110001 111 1011000 11011

Color Harmonies of #831608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831608

Black with #831608

Text Example


Text Example

White with #831608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831608; }

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

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

background-color css

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

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

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

border-color css

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

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

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