Html Css Color HEX #832301 Falu Red

📋 copy color: '#832301'

red 131 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #832301

Tints of Falu Red #832301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 78.44%
G = 20.96%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#832301 (or 0x832301) is known color: Falu Red. HEX triplet: 83, 23 and 01. RGB value is (131,35,1). Sum of RGB (Red+Green+Blue) = 131+35+1=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #832301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832301 is #7CDCFE. Grayscale: #3C3C3C. Windows color (decimal): -8183039 or 74627. OLE color: 74627.

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

Color convert

RGB 131 35 1 -
CMYK 0 0.73 0.99 0.49
HSL 15.69º 0.98% 0.26% -
HSV(B) 15.69º 0.99% 0.51% -
XYZ 9.97 6.03 0.67 -
YUV 59.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 131 35 1 0 0.73 0.99 0.49 15.69 0.98 0.26
Hex 83 23 1 0 49 63 31 10 62 1A
Octal 203 43 1 0 111 143 61 20 142 32
Binary 10000011 100011 1 0 1001001 1100011 110001 10000 1100010 11010

Color Harmonies of #832301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832301

Black with #832301

Text Example


Text Example

White with #832301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832301; }

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

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

background-color css

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

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

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

border-color css

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

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

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