Html Css Color HEX #83100E Falu Red

📋 copy color: '#83100E'

red 131 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #83100E

Tints of Falu Red #83100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 81.37%
G = 9.94%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83100E (or 0x83100E) is known color: Falu Red. HEX triplet: 83, 10 and 0E. RGB value is (131,16,14). Sum of RGB (Red+Green+Blue) = 131+16+14=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #83100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83100E is #7CEFF1. Grayscale: #323232. Windows color (decimal): -8187890 or 921731. OLE color: 921731.

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

Color convert

RGB 131 16 14 -
CMYK 0 0.88 0.89 0.49
HSL 1.03º 0.81% 0.28% -
HSV(B) 1.03º 0.89% 0.51% -
XYZ 9.62 5.23 0.92 -
YUV 50.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 131 16 14 0 0.88 0.89 0.49 1.03 0.81 0.28
Hex 83 10 E 0 58 59 31 1 51 1C
Octal 203 20 16 0 130 131 61 1 121 34
Binary 10000011 10000 1110 0 1011000 1011001 110001 1 1010001 11100

Color Harmonies of #83100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83100E

Black with #83100E

Text Example


Text Example

White with #83100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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