Html Css Color HEX #831A01 Falu Red

📋 copy color: '#831A01'

red 131 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #831A01

Tints of Falu Red #831A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.46%

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

R = 82.91%
G = 16.46%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831A01 (or 0x831A01) is known color: Falu Red. HEX triplet: 83, 1A and 01. RGB value is (131,26,1). Sum of RGB (Red+Green+Blue) = 131+26+1=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #831A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A01 is #7CE5FE. Grayscale: #363636. Windows color (decimal): -8185343 or 72323. OLE color: 72323.

HSL color Cylindrical-coordinate representation of color #831A01: hue angle of 11.54º 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 #831A01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 1 -
CMYK 0 0.80 0.99 0.49
HSL 11.54º 0.98% 0.26% -
HSV(B) 11.54º 0.99% 0.51% -
XYZ 9.73 5.57 0.59 -
YUV 54.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 131 26 1 0 0.80 0.99 0.49 11.54 0.98 0.26
Hex 83 1A 1 0 50 63 31 C 62 1A
Octal 203 32 1 0 120 143 61 14 142 32
Binary 10000011 11010 1 0 1010000 1100011 110001 1100 1100010 11010

Color Harmonies of #831A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A01

Black with #831A01

Text Example


Text Example

White with #831A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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