Html Css Color HEX #831906 Falu Red

📋 copy color: '#831906'

red 131 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #831906

Tints of Falu Red #831906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.7%

R = 80.86%
G = 15.43%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#831906 (or 0x831906) is known color: Falu Red. HEX triplet: 83, 19 and 06. RGB value is (131,25,6). Sum of RGB (Red+Green+Blue) = 131+25+6=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #831906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831906 is #7CE6F9. Grayscale: #363636. Windows color (decimal): -8185594 or 399747. OLE color: 399747.

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

Color convert

RGB 131 25 6 -
CMYK 0 0.81 0.95 0.49
HSL 9.12º 0.91% 0.27% -
HSV(B) 9.12º 0.95% 0.51% -
XYZ 9.74 5.53 0.73 -
YUV 54.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 131 25 6 0 0.81 0.95 0.49 9.12 0.91 0.27
Hex 83 19 6 0 51 5F 31 9 5B 1B
Octal 203 31 6 0 121 137 61 11 133 33
Binary 10000011 11001 110 0 1010001 1011111 110001 1001 1011011 11011

Color Harmonies of #831906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831906

Black with #831906

Text Example


Text Example

White with #831906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831906; }

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

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

background-color css

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

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

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

border-color css

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

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

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