Html Css Color HEX #831904 Falu Red

📋 copy color: '#831904'

red 131 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #831904

Tints of Falu Red #831904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 81.88%
G = 15.63%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#831904 (or 0x831904) is known color: Falu Red. HEX triplet: 83, 19 and 04. RGB value is (131,25,4). Sum of RGB (Red+Green+Blue) = 131+25+4=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #831904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831904 is #7CE6FB. Grayscale: #363636. Windows color (decimal): -8185596 or 268675. OLE color: 268675.

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

Color convert

RGB 131 25 4 -
CMYK 0 0.81 0.97 0.49
HSL 9.92º 0.94% 0.26% -
HSV(B) 9.92º 0.97% 0.51% -
XYZ 9.73 5.53 0.67 -
YUV 54.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 131 25 4 0 0.81 0.97 0.49 9.92 0.94 0.26
Hex 83 19 4 0 51 61 31 A 5E 1A
Octal 203 31 4 0 121 141 61 12 136 32
Binary 10000011 11001 100 0 1010001 1100001 110001 1010 1011110 11010

Color Harmonies of #831904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831904

Black with #831904

Text Example


Text Example

White with #831904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831904; }

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

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

background-color css

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

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

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

border-color css

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

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

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