Html Css Color HEX #831B01 Falu Red

📋 copy color: '#831B01'

red 131 ◦ green 27 ◦ blue 1

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

Shades of Falu Red #831B01

Tints of Falu Red #831B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.98%

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

R = 82.39%
G = 16.98%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831B01 (or 0x831B01) is known color: Falu Red. HEX triplet: 83, 1B and 01. RGB value is (131,27,1). Sum of RGB (Red+Green+Blue) = 131+27+1=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #831B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831B01 is #7CE4FE. Grayscale: #373737. Windows color (decimal): -8185087 or 72579. OLE color: 72579.

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

Color convert

RGB 131 27 1 -
CMYK 0 0.79 0.99 0.49
HSL 12º 0.98% 0.26% -
HSV(B) 12º 0.99% 0.51% -
XYZ 9.76 5.61 0.6 -
YUV 55.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 131 27 1 0 0.79 0.99 0.49 12 0.98 0.26
Hex 83 1B 1 0 4F 63 31 C 62 1A
Octal 203 33 1 0 117 143 61 14 142 32
Binary 10000011 11011 1 0 1001111 1100011 110001 1100 1100010 11010

Color Harmonies of #831B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B01

Black with #831B01

Text Example


Text Example

White with #831B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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