Html Css Color HEX #831901 Falu Red

📋 copy color: '#831901'

red 131 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #831901

Tints of Falu Red #831901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 83.44%
G = 15.92%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831901 (or 0x831901) is known color: Falu Red. HEX triplet: 83, 19 and 01. RGB value is (131,25,1). Sum of RGB (Red+Green+Blue) = 131+25+1=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831901 is #7CE6FE. Grayscale: #363636. Windows color (decimal): -8185599 or 72067. OLE color: 72067.

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

Color convert

RGB 131 25 1 -
CMYK 0 0.81 0.99 0.49
HSL 11.08º 0.98% 0.26% -
HSV(B) 11.08º 0.99% 0.51% -
XYZ 9.71 5.52 0.58 -
YUV 53.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 131 25 1 0 0.81 0.99 0.49 11.08 0.98 0.26
Hex 83 19 1 0 51 63 31 B 62 1A
Octal 203 31 1 0 121 143 61 13 142 32
Binary 10000011 11001 1 0 1010001 1100011 110001 1011 1100010 11010

Color Harmonies of #831901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831901

Black with #831901

Text Example


Text Example

White with #831901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831901; }

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

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

background-color css

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

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

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

border-color css

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

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

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