Html Css Color HEX #832006 Falu Red

📋 copy color: '#832006'

red 131 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #832006

Tints of Falu Red #832006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.55%

R = 77.51%
G = 18.93%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#832006 (or 0x832006) is known color: Falu Red. HEX triplet: 83, 20 and 06. RGB value is (131,32,6). Sum of RGB (Red+Green+Blue) = 131+32+6=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #832006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832006 is #7CDFF9. Grayscale: #3A3A3A. Windows color (decimal): -8183802 or 401539. OLE color: 401539.

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

Color convert

RGB 131 32 6 -
CMYK 0 0.76 0.95 0.49
HSL 12.48º 0.91% 0.27% -
HSV(B) 12.48º 0.95% 0.51% -
XYZ 9.91 5.87 0.78 -
YUV 58.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 131 32 6 0 0.76 0.95 0.49 12.48 0.91 0.27
Hex 83 20 6 0 4C 5F 31 C 5B 1B
Octal 203 40 6 0 114 137 61 14 133 33
Binary 10000011 100000 110 0 1001100 1011111 110001 1100 1011011 11011

Color Harmonies of #832006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832006

Black with #832006

Text Example


Text Example

White with #832006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832006; }

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

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

background-color css

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

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

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

border-color css

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

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

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