Html Css Color HEX #831C09 Falu Red

📋 copy color: '#831C09'

red 131 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #831C09

Tints of Falu Red #831C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

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

R = 77.98%
G = 16.67%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#831C09 (or 0x831C09) is known color: Falu Red. HEX triplet: 83, 1C and 09. RGB value is (131,28,9). Sum of RGB (Red+Green+Blue) = 131+28+9=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #831C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C09 is #7CE3F6. Grayscale: #383838. Windows color (decimal): -8184823 or 597123. OLE color: 597123.

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

Color convert

RGB 131 28 9 -
CMYK 0 0.79 0.93 0.49
HSL 9.34º 0.87% 0.27% -
HSV(B) 9.34º 0.93% 0.51% -
XYZ 9.82 5.68 0.84 -
YUV 56.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 131 28 9 0 0.79 0.93 0.49 9.34 0.87 0.27
Hex 83 1C 9 0 4F 5D 31 9 57 1B
Octal 203 34 11 0 117 135 61 11 127 33
Binary 10000011 11100 1001 0 1001111 1011101 110001 1001 1010111 11011

Color Harmonies of #831C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C09

Black with #831C09

Text Example


Text Example

White with #831C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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