Html Css Color HEX #831D0E Falu Red

📋 copy color: '#831D0E'

red 131 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #831D0E

Tints of Falu Red #831D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 75.29%
G = 16.67%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#831D0E (or 0x831D0E) is known color: Falu Red. HEX triplet: 83, 1D and 0E. RGB value is (131,29,14). Sum of RGB (Red+Green+Blue) = 131+29+14=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D0E is #7CE2F1. Grayscale: #393939. Windows color (decimal): -8184562 or 925059. OLE color: 925059.

HSL color Cylindrical-coordinate representation of color #831D0E: hue angle of 7.69º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831D0E is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 29 14 -
CMYK 0 0.78 0.89 0.49
HSL 7.69º 0.81% 0.28% -
HSV(B) 7.69º 0.89% 0.51% -
XYZ 9.88 5.74 1 -
YUV 57.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 131 29 14 0 0.78 0.89 0.49 7.69 0.81 0.28
Hex 83 1D E 0 4E 59 31 8 51 1C
Octal 203 35 16 0 116 131 61 10 121 34
Binary 10000011 11101 1110 0 1001110 1011001 110001 1000 1010001 11100

Color Harmonies of #831D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D0E

Black with #831D0E

Text Example


Text Example

White with #831D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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