Html Css Color HEX #832004 Falu Red

📋 copy color: '#832004'

red 131 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #832004

Tints of Falu Red #832004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 78.44%
G = 19.16%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#832004 (or 0x832004) is known color: Falu Red. HEX triplet: 83, 20 and 04. RGB value is (131,32,4). Sum of RGB (Red+Green+Blue) = 131+32+4=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #832004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832004 is #7CDFFB. Grayscale: #3A3A3A. Windows color (decimal): -8183804 or 270467. OLE color: 270467.

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

Color convert

RGB 131 32 4 -
CMYK 0 0.76 0.97 0.49
HSL 13.23º 0.94% 0.26% -
HSV(B) 13.23º 0.97% 0.51% -
XYZ 9.9 5.87 0.73 -
YUV 58.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 131 32 4 0 0.76 0.97 0.49 13.23 0.94 0.26
Hex 83 20 4 0 4C 61 31 D 5E 1A
Octal 203 40 4 0 114 141 61 15 136 32
Binary 10000011 100000 100 0 1001100 1100001 110001 1101 1011110 11010

Color Harmonies of #832004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832004

Black with #832004

Text Example


Text Example

White with #832004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832004; }

 p { color: rgb(131,32,4); }

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

background-color css

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

 a { background-color: rgb(131,32,4); }

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

border-color css

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

 span { border-color: rgb(131,32,4); }

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