Html Css Color HEX #831804 Falu Red

📋 copy color: '#831804'

red 131 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #831804

Tints of Falu Red #831804

RGB

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

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

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

R = 82.39%
G = 15.09%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#831804 (or 0x831804) is known color: Falu Red. HEX triplet: 83, 18 and 04. RGB value is (131,24,4). Sum of RGB (Red+Green+Blue) = 131+24+4=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #831804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831804 is #7CE7FB. Grayscale: #353535. Windows color (decimal): -8185852 or 268419. OLE color: 268419.

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

Color convert

RGB 131 24 4 -
CMYK 0 0.82 0.97 0.49
HSL 9.45º 0.94% 0.26% -
HSV(B) 9.45º 0.97% 0.51% -
XYZ 9.71 5.49 0.66 -
YUV 53.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 131 24 4 0 0.82 0.97 0.49 9.45 0.94 0.26
Hex 83 18 4 0 52 61 31 9 5E 1A
Octal 203 30 4 0 122 141 61 11 136 32
Binary 10000011 11000 100 0 1010010 1100001 110001 1001 1011110 11010

Color Harmonies of #831804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831804

Black with #831804

Text Example


Text Example

White with #831804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831804; }

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

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

background-color css

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

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

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

border-color css

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

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

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