Html Css Color HEX #831009 Falu Red

📋 copy color: '#831009'

red 131 ◦ green 16 ◦ blue 9

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

Shades of Falu Red #831009

Tints of Falu Red #831009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

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

R = 83.97%
G = 10.26%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#831009 (or 0x831009) is known color: Falu Red. HEX triplet: 83, 10 and 09. RGB value is (131,16,9). Sum of RGB (Red+Green+Blue) = 131+16+9=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #831009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831009 is #7CEFF6. Grayscale: #313131. Windows color (decimal): -8187895 or 594051. OLE color: 594051.

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

Color convert

RGB 131 16 9 -
CMYK 0 0.88 0.93 0.49
HSL 3.44º 0.87% 0.27% -
HSV(B) 3.44º 0.93% 0.51% -
XYZ 9.59 5.22 0.76 -
YUV 49.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 131 16 9 0 0.88 0.93 0.49 3.44 0.87 0.27
Hex 83 10 9 0 58 5D 31 3 57 1B
Octal 203 20 11 0 130 135 61 3 127 33
Binary 10000011 10000 1001 0 1011000 1011101 110001 11 1010111 11011

Color Harmonies of #831009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831009

Black with #831009

Text Example


Text Example

White with #831009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831009; }

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

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

background-color css

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

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

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

border-color css

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

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

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