Html Css Color HEX #832101 Falu Red

📋 copy color: '#832101'

red 131 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #832101

Tints of Falu Red #832101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

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

R = 79.39%
G = 20%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#832101 (or 0x832101) is known color: Falu Red. HEX triplet: 83, 21 and 01. RGB value is (131,33,1). Sum of RGB (Red+Green+Blue) = 131+33+1=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #832101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832101 is #7CDEFE. Grayscale: #3A3A3A. Windows color (decimal): -8183551 or 74115. OLE color: 74115.

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

Color convert

RGB 131 33 1 -
CMYK 0 0.75 0.99 0.49
HSL 14.77º 0.98% 0.26% -
HSV(B) 14.77º 0.99% 0.51% -
XYZ 9.91 5.92 0.65 -
YUV 58.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 131 33 1 0 0.75 0.99 0.49 14.77 0.98 0.26
Hex 83 21 1 0 4B 63 31 F 62 1A
Octal 203 41 1 0 113 143 61 17 142 32
Binary 10000011 100001 1 0 1001011 1100011 110001 1111 1100010 11010

Color Harmonies of #832101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832101

Black with #832101

Text Example


Text Example

White with #832101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832101; }

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

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

background-color css

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

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

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

border-color css

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

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

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