Html Css Color HEX #832501 Falu Red

📋 copy color: '#832501'

red 131 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #832501

Tints of Falu Red #832501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

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

R = 77.51%
G = 21.89%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#832501 (or 0x832501) is known color: Falu Red. HEX triplet: 83, 25 and 01. RGB value is (131,37,1). Sum of RGB (Red+Green+Blue) = 131+37+1=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #832501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832501 is #7CDAFE. Grayscale: #3D3D3D. Windows color (decimal): -8182527 or 75139. OLE color: 75139.

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

Color convert

RGB 131 37 1 -
CMYK 0 0.72 0.99 0.49
HSL 16.62º 0.98% 0.26% -
HSV(B) 16.62º 0.99% 0.51% -
XYZ 10.03 6.15 0.69 -
YUV 61 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 131 37 1 0 0.72 0.99 0.49 16.62 0.98 0.26
Hex 83 25 1 0 48 63 31 11 62 1A
Octal 203 45 1 0 110 143 61 21 142 32
Binary 10000011 100101 1 0 1001000 1100011 110001 10001 1100010 11010

Color Harmonies of #832501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832501

Black with #832501

Text Example


Text Example

White with #832501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832501; }

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

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

background-color css

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

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

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

border-color css

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

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

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