Html Css Color HEX #831D0D Falu Red

📋 copy color: '#831D0D'

red 131 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #831D0D

Tints of Falu Red #831D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

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

R = 75.72%
G = 16.76%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#831D0D (or 0x831D0D) is known color: Falu Red. HEX triplet: 83, 1D and 0D. RGB value is (131,29,13). Sum of RGB (Red+Green+Blue) = 131+29+13=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D0D is #7CE2F2. Grayscale: #393939. Windows color (decimal): -8184563 or 859523. OLE color: 859523.

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

Color convert

RGB 131 29 13 -
CMYK 0 0.78 0.90 0.49
HSL 8.14º 0.82% 0.28% -
HSV(B) 8.14º 0.9% 0.51% -
XYZ 9.87 5.73 0.97 -
YUV 57.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 131 29 13 0 0.78 0.90 0.49 8.14 0.82 0.28
Hex 83 1D D 0 4E 5A 31 8 52 1C
Octal 203 35 15 0 116 132 61 10 122 34
Binary 10000011 11101 1101 0 1001110 1011010 110001 1000 1010010 11100

Color Harmonies of #831D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D0D

Black with #831D0D

Text Example


Text Example

White with #831D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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