Html Css Color HEX #831C01 Falu Red

📋 copy color: '#831C01'

red 131 ◦ green 28 ◦ blue 1

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

Shades of Falu Red #831C01

Tints of Falu Red #831C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 81.88%
G = 17.5%
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

#831C01 (or 0x831C01) is known color: Falu Red. HEX triplet: 83, 1C and 01. RGB value is (131,28,1). Sum of RGB (Red+Green+Blue) = 131+28+1=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #831C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C01 is #7CE3FE. Grayscale: #373737. Windows color (decimal): -8184831 or 72835. OLE color: 72835.

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

Color convert

RGB 131 28 1 -
CMYK 0 0.79 0.99 0.49
HSL 12.46º 0.98% 0.26% -
HSV(B) 12.46º 0.99% 0.51% -
XYZ 9.78 5.66 0.61 -
YUV 55.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 131 28 1 0 0.79 0.99 0.49 12.46 0.98 0.26
Hex 83 1C 1 0 4F 63 31 C 62 1A
Octal 203 34 1 0 117 143 61 14 142 32
Binary 10000011 11100 1 0 1001111 1100011 110001 1100 1100010 11010

Color Harmonies of #831C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C01

Black with #831C01

Text Example


Text Example

White with #831C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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