Html Css Color HEX #831E0D Falu Red

📋 copy color: '#831E0D'

red 131 ◦ green 30 ◦ blue 13

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

Shades of Falu Red #831E0D

Tints of Falu Red #831E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 75.29%
G = 17.24%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#831E0D (or 0x831E0D) is known color: Falu Red. HEX triplet: 83, 1E and 0D. RGB value is (131,30,13). Sum of RGB (Red+Green+Blue) = 131+30+13=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E0D is #7CE1F2. Grayscale: #3A3A3A. Windows color (decimal): -8184307 or 859779. OLE color: 859779.

HSL color Cylindrical-coordinate representation of color #831E0D: hue angle of 8.64º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #831E0D is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 13 -
CMYK 0 0.77 0.90 0.49
HSL 8.64º 0.82% 0.28% -
HSV(B) 8.64º 0.9% 0.51% -
XYZ 9.9 5.78 0.98 -
YUV 58.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 131 30 13 0 0.77 0.90 0.49 8.64 0.82 0.28
Hex 83 1E D 0 4D 5A 31 9 52 1C
Octal 203 36 15 0 115 132 61 11 122 34
Binary 10000011 11110 1101 0 1001101 1011010 110001 1001 1010010 11100

Color Harmonies of #831E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E0D

Black with #831E0D

Text Example


Text Example

White with #831E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,13); }

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

background-color css

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

 a { background-color: rgb(131,30,13); }

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

border-color css

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

 span { border-color: rgb(131,30,13); }

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