Html Css Color HEX #831708 Falu Red

📋 copy color: '#831708'

red 131 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #831708

Tints of Falu Red #831708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 80.86%
G = 14.2%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#831708 (or 0x831708) is known color: Falu Red. HEX triplet: 83, 17 and 08. RGB value is (131,23,8). Sum of RGB (Red+Green+Blue) = 131+23+8=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #831708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831708 is #7CE8F7. Grayscale: #353535. Windows color (decimal): -8186104 or 530307. OLE color: 530307.

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

Color convert

RGB 131 23 8 -
CMYK 0 0.82 0.94 0.49
HSL 7.32º 0.88% 0.27% -
HSV(B) 7.32º 0.94% 0.51% -
XYZ 9.71 5.46 0.77 -
YUV 53.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 131 23 8 0 0.82 0.94 0.49 7.32 0.88 0.27
Hex 83 17 8 0 52 5E 31 7 58 1B
Octal 203 27 10 0 122 136 61 7 130 33
Binary 10000011 10111 1000 0 1010010 1011110 110001 111 1011000 11011

Color Harmonies of #831708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831708

Black with #831708

Text Example


Text Example

White with #831708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831708; }

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

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

background-color css

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

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

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

border-color css

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

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

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