Html Css Color HEX #831809 Falu Red

📋 copy color: '#831809'

red 131 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #831809

Tints of Falu Red #831809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 79.88%
G = 14.63%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#831809 (or 0x831809) is known color: Falu Red. HEX triplet: 83, 18 and 09. RGB value is (131,24,9). Sum of RGB (Red+Green+Blue) = 131+24+9=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #831809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831809 is #7CE7F6. Grayscale: #363636. Windows color (decimal): -8185847 or 596099. OLE color: 596099.

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

Color convert

RGB 131 24 9 -
CMYK 0 0.82 0.93 0.49
HSL 7.38º 0.87% 0.27% -
HSV(B) 7.38º 0.93% 0.51% -
XYZ 9.74 5.5 0.81 -
YUV 54.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 131 24 9 0 0.82 0.93 0.49 7.38 0.87 0.27
Hex 83 18 9 0 52 5D 31 7 57 1B
Octal 203 30 11 0 122 135 61 7 127 33
Binary 10000011 11000 1001 0 1010010 1011101 110001 111 1010111 11011

Color Harmonies of #831809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831809

Black with #831809

Text Example


Text Example

White with #831809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831809; }

 p { color: rgb(131,24,9); }

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

background-color css

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

 a { background-color: rgb(131,24,9); }

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

border-color css

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

 span { border-color: rgb(131,24,9); }

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