Html Css Color HEX #832400 Falu Red

📋 copy color: '#832400'

red 131 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #832400

Tints of Falu Red #832400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.44%
G = 21.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832400 (or 0x832400) is known color: Falu Red. HEX triplet: 83, 24 and 00. RGB value is (131,36,0). Sum of RGB (Red+Green+Blue) = 131+36+0=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #832400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832400 is #7CDBFF. Grayscale: #3C3C3C. Windows color (decimal): -8182784 or 9347. OLE color: 9347.

HSL color Cylindrical-coordinate representation of color #832400: hue angle of 16.49º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #832400 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 0 -
CMYK 0 0.73 1 0.49
HSL 16.49º 1% 0.26% -
HSV(B) 16.49º 1% 0.51% -
XYZ 9.99 6.09 0.65 -
YUV 60.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 131 36 0 0 0.73 1 0.49 16.49 1 0.26
Hex 83 24 0 0 49 64 31 10 64 1A
Octal 203 44 0 0 111 144 61 20 144 32
Binary 10000011 100100 0 0 1001001 1100100 110001 10000 1100100 11010

Color Harmonies of #832400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832400

Black with #832400

Text Example


Text Example

White with #832400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832400; }

 p { color: rgb(131,36,0); }

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

background-color css

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

 a { background-color: rgb(131,36,0); }

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

border-color css

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

 span { border-color: rgb(131,36,0); }

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