Html Css Color HEX #83140E Falu Red

📋 copy color: '#83140E'

red 131 ◦ green 20 ◦ blue 14

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

Shades of Falu Red #83140E

Tints of Falu Red #83140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 79.39%
G = 12.12%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83140E (or 0x83140E) is known color: Falu Red. HEX triplet: 83, 14 and 0E. RGB value is (131,20,14). Sum of RGB (Red+Green+Blue) = 131+20+14=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #83140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83140E is #7CEBF1. Grayscale: #343434. Windows color (decimal): -8186866 or 922755. OLE color: 922755.

HSL color Cylindrical-coordinate representation of color #83140E: hue angle of 3.08º 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 #83140E is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 14 -
CMYK 0 0.85 0.89 0.49
HSL 3.08º 0.81% 0.28% -
HSV(B) 3.08º 0.89% 0.51% -
XYZ 9.69 5.36 0.94 -
YUV 52.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 131 20 14 0 0.85 0.89 0.49 3.08 0.81 0.28
Hex 83 14 E 0 55 59 31 3 51 1C
Octal 203 24 16 0 125 131 61 3 121 34
Binary 10000011 10100 1110 0 1010101 1011001 110001 11 1010001 11100

Color Harmonies of #83140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83140E

Black with #83140E

Text Example


Text Example

White with #83140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83140E; }

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

 H1.HeaderClassName
 {
   color: #83140E;
 }
 .AnyTagClassName
 {
   color: #83140E;
 }
</style>

background-color css

<style>
 a { background-color: #83140E; }

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

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

border-color css

<style>
 span { border-color: #83140E; }

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

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