Html Css Color HEX #831C00 Falu Red

📋 copy color: '#831C00'

red 131 ◦ green 28 ◦ blue 0

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

Shades of Falu Red #831C00

Tints of Falu Red #831C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.39%
G = 17.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831C00 (or 0x831C00) is known color: Falu Red. HEX triplet: 83, 1C and 00. RGB value is (131,28,0). Sum of RGB (Red+Green+Blue) = 131+28+0=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #831C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C00 is #7CE3FF. Grayscale: #373737. Windows color (decimal): -8184832 or 7299. OLE color: 7299.

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

Color convert

RGB 131 28 0 -
CMYK 0 0.79 1 0.49
HSL 12.82º 1% 0.26% -
HSV(B) 12.82º 1% 0.51% -
XYZ 9.78 5.66 0.58 -
YUV 55.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 131 28 0 0 0.79 1 0.49 12.82 1 0.26
Hex 83 1C 0 0 4F 64 31 D 64 1A
Octal 203 34 0 0 117 144 61 15 144 32
Binary 10000011 11100 0 0 1001111 1100100 110001 1101 1100100 11010

Color Harmonies of #831C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C00

Black with #831C00

Text Example


Text Example

White with #831C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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