Html Css Color HEX #832009 Falu Red

📋 copy color: '#832009'

red 131 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #832009

Tints of Falu Red #832009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.23%

R = 76.16%
G = 18.6%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#832009 (or 0x832009) is known color: Falu Red. HEX triplet: 83, 20 and 09. RGB value is (131,32,9). Sum of RGB (Red+Green+Blue) = 131+32+9=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #832009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832009 is #7CDFF6. Grayscale: #3B3B3B. Windows color (decimal): -8183799 or 598147. OLE color: 598147.

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

Color convert

RGB 131 32 9 -
CMYK 0 0.76 0.93 0.49
HSL 11.31º 0.87% 0.27% -
HSV(B) 11.31º 0.93% 0.51% -
XYZ 9.93 5.88 0.87 -
YUV 58.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 131 32 9 0 0.76 0.93 0.49 11.31 0.87 0.27
Hex 83 20 9 0 4C 5D 31 B 57 1B
Octal 203 40 11 0 114 135 61 13 127 33
Binary 10000011 100000 1001 0 1001100 1011101 110001 1011 1010111 11011

Color Harmonies of #832009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832009

Black with #832009

Text Example


Text Example

White with #832009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832009; }

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

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

background-color css

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

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

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

border-color css

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

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

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