Html Css Color HEX #831900 Falu Red

📋 copy color: '#831900'

red 131 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #831900

Tints of Falu Red #831900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.97%
G = 16.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831900 (or 0x831900) is known color: Falu Red. HEX triplet: 83, 19 and 00. RGB value is (131,25,0). Sum of RGB (Red+Green+Blue) = 131+25+0=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #831900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831900 is #7CE6FF. Grayscale: #363636. Windows color (decimal): -8185600 or 6531. OLE color: 6531.

HSL color Cylindrical-coordinate representation of color #831900: hue angle of 11.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #831900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 0 -
CMYK 0 0.81 1 0.49
HSL 11.45º 1% 0.26% -
HSV(B) 11.45º 1% 0.51% -
XYZ 9.71 5.52 0.55 -
YUV 53.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 131 25 0 0 0.81 1 0.49 11.45 1 0.26
Hex 83 19 0 0 51 64 31 B 64 1A
Octal 203 31 0 0 121 144 61 13 144 32
Binary 10000011 11001 0 0 1010001 1100100 110001 1011 1100100 11010

Color Harmonies of #831900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831900

Black with #831900

Text Example


Text Example

White with #831900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831900; }

 p { color: rgb(131,25,0); }

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

background-color css

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

 a { background-color: rgb(131,25,0); }

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

border-color css

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

 span { border-color: rgb(131,25,0); }

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