Html Css Color HEX #831A00 Falu Red

📋 copy color: '#831A00'

red 131 ◦ green 26 ◦ blue 0

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

Shades of Falu Red #831A00

Tints of Falu Red #831A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 83.44%
G = 16.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831A00 (or 0x831A00) is known color: Falu Red. HEX triplet: 83, 1A and 00. RGB value is (131,26,0). Sum of RGB (Red+Green+Blue) = 131+26+0=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A00 is #7CE5FF. Grayscale: #363636. Windows color (decimal): -8185344 or 6787. OLE color: 6787.

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

Color convert

RGB 131 26 0 -
CMYK 0 0.80 1 0.49
HSL 11.91º 1% 0.26% -
HSV(B) 11.91º 1% 0.51% -
XYZ 9.73 5.56 0.56 -
YUV 54.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 131 26 0 0 0.80 1 0.49 11.91 1 0.26
Hex 83 1A 0 0 50 64 31 C 64 1A
Octal 203 32 0 0 120 144 61 14 144 32
Binary 10000011 11010 0 0 1010000 1100100 110001 1100 1100100 11010

Color Harmonies of #831A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A00

Black with #831A00

Text Example


Text Example

White with #831A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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